summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/layout/file_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/layout/file_list_item.xml')
-rw-r--r--android/app/src/main/res/layout/file_list_item.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/src/main/res/layout/file_list_item.xml b/android/app/src/main/res/layout/file_list_item.xml
index d128d913c..28c2abe6f 100644
--- a/android/app/src/main/res/layout/file_list_item.xml
+++ b/android/app/src/main/res/layout/file_list_item.xml
@@ -33,6 +33,7 @@
android:id="@+id/file_item_name"
tools:text="file or dirname"
style="@style/ListItemText"
+ android:textColor="?android:attr/textColorPrimary"
android:layout_height="match_parent"
android:layout_width="0dp"
android:layout_weight="2"
@@ -46,6 +47,7 @@
android:layout_height="match_parent"
android:layout_marginEnd="4dp"
android:textAlignment="textEnd"
+ android:textColor="?android:attr/textColorPrimary"
tools:text="0" />
<TextView
@@ -53,6 +55,7 @@
style="@style/ListItemText"
android:layout_width="30dp"
android:layout_height="match_parent"
+ android:textColor="?android:attr/textColorPrimary"
tools:text="B" />
<ImageView
@@ -61,6 +64,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:contentDescription="@string/file_actions_icon_desc"
+ android:tint="?android:attr/textColorPrimary"
app:srcCompat="@drawable/ic_more_vert_black_24dp" />
<!--TextView
android:id="@+id/file_item_date"