+Поля
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#E96161"
|
||||
android:startColor="#DF1F1F"
|
||||
android:startColor="@color/button_pink_normal_start"
|
||||
android:type="linear" />
|
||||
|
||||
|
||||
|
||||
@ -2442,6 +2442,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cbTest"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -5,6 +5,9 @@
|
||||
<color name="colorPrimaryDark">#303F9F</color>
|
||||
<color name="colorAccent">#FF4081</color>
|
||||
|
||||
|
||||
<color name="button_pink_normal_start">#DF1F1F</color>
|
||||
|
||||
<color name="button_focused_color_start">#7FA40E</color>
|
||||
<color name="button_focused_color_end">#79C83F</color>
|
||||
<color name="button_normal_color_start">#1f71df</color>
|
||||
|
||||
Reference in New Issue
Block a user