1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Editor | Fix | Update slash menu colors palette (#2273)

This commit is contained in:
Sergey Boishtyan 2022-05-18 13:27:45 +03:00 committed by GitHub
parent 5c62b6c607
commit 5ae081342b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 468 additions and 540 deletions

View file

@ -8,7 +8,7 @@
<View
android:visibility="invisible"
android:layout_gravity="top"
android:background="@color/anytype_text_teal"
android:background="@color/palette_dark_teal"
android:id="@+id/topDivider"
android:layout_width="match_parent"
android:layout_height="1dp" />

View file

@ -4,7 +4,7 @@
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/orange</item>
<item name="colorPrimaryDark">@color/anytype_text_teal</item>
<item name="colorPrimaryDark">@color/palette_dark_teal</item>
<item name="colorAccent">@color/orange</item>
<!-- <item name="android:dialogTheme">@style/AppBottomSheetDialogTheme</item>-->
<item name="alertDialogTheme">@style/DialogTheme</item>