File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : tools =" http://schemas.android.com/tools"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
34 android : orientation =" vertical"
45 android : layout_width =" match_parent"
56 android : layout_height =" match_parent"
3536 </android .support.design.widget.TextInputLayout>
3637
3738 <android .support.design.widget.TextInputLayout
39+ app : theme =" @style/override_theme"
3840 android : layout_width =" fill_parent"
3941 android : layout_height =" wrap_content" >
4042
4749 </android .support.design.widget.TextInputLayout>
4850
4951 <android .support.design.widget.TextInputLayout
52+ app : theme =" @style/override_theme"
5053 android : layout_width =" fill_parent"
5154 android : layout_height =" wrap_content" >
5255
Original file line number Diff line number Diff line change 55 <!-- Customize your theme here. -->
66 <item name =" colorPrimary" >#2196F3</item >
77 <item name =" colorPrimaryDark" >#1565C0</item >
8- <item name =" colorAccent" >#E91E63</item >
8+ <item name =" colorAccent" >#ffbE63</item >
9+ </style >
10+
11+ <style name =" override_theme" parent =" AppTheme" >
12+ <item name =" colorPrimary" >#FF0000</item >
13+ <item name =" colorPrimaryDark" >#00FF00</item >
14+ <item name =" colorAccent" >#00FFFF</item >
915 </style >
1016
1117</resources >
You can’t perform that action at this time.
0 commit comments