diff options
author | 2020-04-16 00:50:09 +0000 | |
---|---|---|
committer | 2020-04-16 00:50:09 +0000 | |
commit | 9af39a03c94c143141dd9af3fa2ccb5c5e257f3c (patch) | |
tree | c227ec038360302de139a9b432b93cf3faba6a8c /res/layout | |
parent | 0888a3ac6467bce0bbd9b292247a1095ac971ad7 (diff) | |
parent | 65646dddb9122bc56f7de17c0272848bdb3db756 (diff) |
Merge "Fix text contrast of document list item caption." into rvc-dev
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/item_doc_list.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/item_doc_list.xml b/res/layout/item_doc_list.xml index 706d9c226..1189482a2 100644 --- a/res/layout/item_doc_list.xml +++ b/res/layout/item_doc_list.xml @@ -117,7 +117,7 @@ android:ellipsize="end" android:singleLine="true" android:textAlignment="viewStart" - android:textAppearance="@android:style/TextAppearance.Material.Caption"/> + android:textAppearance="@style/ItemDocListCaptionText"/> <TextView android:id="@+id/size" @@ -128,7 +128,7 @@ android:ellipsize="end" android:singleLine="true" android:textAlignment="viewStart" - android:textAppearance="@android:style/TextAppearance.Material.Caption"/> + android:textAppearance="@style/ItemDocListCaptionText"/> <TextView android:id="@+id/file_type" @@ -139,7 +139,7 @@ android:ellipsize="end" android:singleLine="true" android:textAlignment="viewStart" - android:textAppearance="@android:style/TextAppearance.Material.Caption"/> + android:textAppearance="@style/ItemDocListCaptionText"/> </LinearLayout> </LinearLayout> |