mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 05:50:15 +01:00
color change
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
6659b664d8
commit
5512a47d32
@ -12,12 +12,13 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp"
|
||||
android:background="@color/popup_menu_color">
|
||||
android:background="@color/grey_600">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_scheduled"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/black"
|
||||
android:text="@string/nc_event_schedule"
|
||||
android:textStyle="bold"
|
||||
android:textSize="18sp" />
|
||||
@ -26,7 +27,7 @@
|
||||
android:id="@+id/meetingTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="16sp"
|
||||
tools:text="Meeting at 8:00 pm"/>
|
||||
|
||||
@ -45,7 +46,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/archive_conversation"
|
||||
android:textColor="@color/black"
|
||||
android:visibility = "gone"
|
||||
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="24dp"/>
|
||||
|
||||
@ -54,6 +57,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/unarchive_conversation"
|
||||
android:textColor="@color/black"
|
||||
android:visibility = "gone"
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="24dp"/>
|
||||
|
@ -12,7 +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,7 +13,7 @@
|
||||
<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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user