Updated on 2026-08-14
This commit is contained in:
parent
c7458d8ab0
commit
35e3ff8ad1
24 changed files with 254 additions and 67 deletions
|
|
@ -7,6 +7,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:progressBackgroundTint="#401ACE80"
|
||||
android:progressTint="@color/accent" />
|
||||
android:progressBackgroundTint="#32000000"
|
||||
android:progressTint="@color/background_action" />
|
||||
</merge>
|
||||
|
|
|
|||
|
|
@ -45,12 +45,11 @@
|
|||
|
||||
<color name="all_colors_azure">#007AFF</color>
|
||||
|
||||
|
||||
<color name="background_action">#000000</color>
|
||||
<color name="background_primary">#FFFFFF</color>
|
||||
<color name="background_secondary">#F5F5F5</color>
|
||||
|
||||
|
||||
|
||||
<color name="button_disabled">#EBEBEB</color>
|
||||
<color name="button_primary">#1E1E1E</color>
|
||||
<color name="button_secondary">#EBEBEB</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue