File tree Expand file tree Collapse file tree 3 files changed +5
-43
lines changed Expand file tree Collapse file tree 3 files changed +5
-43
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ android {
2222
2323dependencies {
2424 final SUPPORT_LIBRARY_VERSION = ' 25.1.0'
25- compile " com.android.support:design:$SUPPORT_LIBRARY_VERSION "
2625 compile fileTree(dir : ' libs' , include : [' *.jar' ])
26+ compile " com.android.support:design:$SUPPORT_LIBRARY_VERSION "
2727}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <style name =" BufferTextInputLayout" parent =" android:Widget" >
4- <item name =" hintTextAppearance" >@style/HintTextAppearance</item >
5- <item name =" errorTextAppearance" >@style/ErrorTextAppearance</item >
6- <item name =" counterTextAppearance" >@style/CounterTextAppearance</item >
7- <item name =" counterOverflowTextAppearance" >@style/OverflowTextAppearance</item >
8- </style >
9-
10- <style name =" HintTextAppearance" parent =" CaptionTextAppearance" >
11- <item name =" android:textColor" >?android:attr/colorControlActivated</item >
12- </style >
13-
14- <style name =" ErrorTextAppearance" parent =" CaptionTextAppearance" >
15- <item name =" android:textColor" >@color/color_design_error</item >
16- </style >
17-
18- <style name =" CounterTextAppearance" parent =" CaptionTextAppearance" />
19- <style name =" OverflowTextAppearance" parent =" CaptionTextAppearance" >
20- <item name =" android:textColor" >?android:attr/textColorTertiary</item >
21- </style >
4+ <item name =" hintTextAppearance" >@style/TextAppearance.Design.Hint</item >
5+ <item name =" errorTextAppearance" >@style/TextAppearance.Design.Error</item >
6+ <item name =" counterTextAppearance" >@style/TextAppearance.Design.Counter</item >
7+ <item name =" counterOverflowTextAppearance" >@style/TextAppearance.Design.Counter.Overflow</item >
228
23- <style name =" CaptionTextAppearance" >
24- <item name =" android:textSize" >12sp</item >
25- <item name =" android:textColor" >?android:textColorSecondary</item >
269 </style >
27-
2810</resources >
You can’t perform that action at this time.
0 commit comments