fix #60, use proper notification text color in dark theme too

This commit is contained in:
tibbi
2020-06-19 12:07:47 +02:00
parent 5cf3e25ef9
commit c2ec533281

View File

@ -7,20 +7,20 @@
<TextView <TextView
android:id="@+id/notification_caller_name" android:id="@+id/notification_caller_name"
style="@style/TextAppearance.Compat.Notification.Title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textColor="@color/md_grey_black"
android:textSize="@dimen/bigger_text_size" android:textSize="@dimen/bigger_text_size"
android:textStyle="bold" android:textStyle="bold"
tools:text="Caller name" /> tools:text="Caller name" />
<TextView <TextView
android:id="@+id/notification_call_status" android:id="@+id/notification_call_status"
style="@style/TextAppearance.Compat.Notification.Title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/notification_caller_name" android:layout_below="@+id/notification_caller_name"
android:alpha="0.8" android:alpha="0.8"
android:textColor="@color/md_grey_black"
tools:text="123 456 789" /> tools:text="123 456 789" />
<ImageView <ImageView