feat(settings): use secondary text color for summary
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<TextView android:id="@+id/summary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:layout_below="@id/title"
|
||||
android:layout_alignStart="@id/title"
|
||||
android:visibility="gone"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
<TextView android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="16sp"
|
||||
@@ -40,6 +39,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/title"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:layout_alignStart="@id/title"
|
||||
android:visibility="gone"
|
||||
android:maxLines="4" />
|
||||
|
||||
Reference in New Issue
Block a user