+Поля

This commit is contained in:
Igor I
2024-07-22 20:46:27 +05:00
parent 2b0059df54
commit 49c8f56a2c
13 changed files with 1297 additions and 302 deletions

View File

@ -11,7 +11,7 @@
<gradient
android:angle="90"
android:endColor="#E96161"
android:startColor="#DF1F1F"
android:startColor="@color/button_pink_normal_start"
android:type="linear" />

View File

@ -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

View File

@ -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>