color change

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-20 09:58:02 +02:00 committed by Marcel Hibbe
parent 6659b664d8
commit 5512a47d32
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
3 changed files with 8 additions and 4 deletions

View File

@ -12,12 +12,13 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical" android:orientation="vertical"
android:padding="16dp" android:padding="16dp"
android:background="@color/popup_menu_color"> android:background="@color/grey_600">
<TextView <TextView
android:id="@+id/event_scheduled" android:id="@+id/event_scheduled"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textColor="@color/black"
android:text="@string/nc_event_schedule" android:text="@string/nc_event_schedule"
android:textStyle="bold" android:textStyle="bold"
android:textSize="18sp" /> android:textSize="18sp" />
@ -26,7 +27,7 @@
android:id="@+id/meetingTime" android:id="@+id/meetingTime"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary" android:textColor="@color/black"
android:textSize="16sp" android:textSize="16sp"
tools:text="Meeting at 8:00 pm"/> tools:text="Meeting at 8:00 pm"/>
@ -45,7 +46,9 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/archive_conversation" android:text="@string/archive_conversation"
android:textColor="@color/black"
android:visibility = "gone" android:visibility = "gone"
android:textSize="18sp" android:textSize="18sp"
android:paddingTop="24dp"/> android:paddingTop="24dp"/>
@ -54,6 +57,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/unarchive_conversation" android:text="@string/unarchive_conversation"
android:textColor="@color/black"
android:visibility = "gone" android:visibility = "gone"
android:textSize="18sp" android:textSize="18sp"
android:paddingTop="24dp"/> android:paddingTop="24dp"/>

View File

@ -12,7 +12,7 @@
<color name="colorPrimaryDark">#006AA3</color> <color name="colorPrimaryDark">#006AA3</color>
<color name="colorAccent">@color/colorPrimary</color> <color name="colorAccent">@color/colorPrimary</color>
<color name="disabled_text">#ff6F6F6F</color> <color name="disabled_text">#ff6F6F6F</color>
<color name="popup_menu_color">#FF37474F</color>
<!-- App bar --> <!-- App bar -->
<color name="appbar">#1E1E1E</color> <color name="appbar">#1E1E1E</color>

View File

@ -13,7 +13,7 @@
<color name="disabled_text">#ff888888</color> <color name="disabled_text">#ff888888</color>
<color name="textColorOnPrimaryBackground">#ffffff</color> <!-- white/black depending on primary color --> <color name="textColorOnPrimaryBackground">#ffffff</color> <!-- white/black depending on primary color -->
<color name="nc_login_text_color">#B3FFFFFF</color> <color name="nc_login_text_color">#B3FFFFFF</color>
<color name="popup_menu_color">#FF607D8B</color>
<!-- App bar --> <!-- App bar -->