mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1385 App | Fix | Sync status, colors (#59)
This commit is contained in:
parent
105e41d5b2
commit
1151585acd
5 changed files with 44 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="colorPrimary">@color/sync_status_red</item>
|
||||
<item name="colorPrimary">@color/palette_system_red</item>
|
||||
<item name="colorPrimaryDark">@color/palette_dark_teal</item>
|
||||
<item name="colorAccent">@color/orange</item>
|
||||
<item name="alertDialogTheme">@style/DialogTheme</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue