Skip to content

Commit

Permalink
Update MyViewAndViewGroupWithStyle to Android Studio 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilangadhan authored and ahmadimaduddin committed Jan 30, 2019
1 parent c8d5aac commit 6729151
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 37 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 4 additions & 28 deletions 02.Style and Theme/MyViewAndViewGroupWithStyle/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions 02.Style and Theme/MyViewAndViewGroupWithStyle/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<item name="android:textColor">@color/colorSubTitle</item>

</style>

<style name="TextSpec.Value">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Oct 16 16:16:18 ICT 2018
#Tue Jan 22 08:47:34 ICT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 6729151

Please sign in to comment.