mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
background color of menu item
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
0a35f23b4e
commit
945d4a907c
@ -12,7 +12,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp"
|
||||
android:background="@color/dialog_background">
|
||||
android:background="@color/popup_menu_color">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_scheduled"
|
||||
|
@ -12,6 +12,7 @@
|
||||
<color name="colorPrimaryDark">#006AA3</color>
|
||||
<color name="colorAccent">@color/colorPrimary</color>
|
||||
<color name="disabled_text">#ff6F6F6F</color>
|
||||
<color name="popup_menu_color">#FF37474F</color>
|
||||
|
||||
<!-- App bar -->
|
||||
<color name="appbar">#1E1E1E</color>
|
||||
|
@ -13,6 +13,8 @@
|
||||
<color name="disabled_text">#ff888888</color>
|
||||
<color name="textColorOnPrimaryBackground">#ffffff</color> <!-- white/black depending on primary color -->
|
||||
<color name="nc_login_text_color">#B3FFFFFF</color>
|
||||
<color name="popup_menu_color">#FF607D8B</color>
|
||||
|
||||
|
||||
<!-- App bar -->
|
||||
<color name="appbar">@android:color/white</color>
|
||||
|
Loading…
Reference in New Issue
Block a user