summaryrefslogtreecommitdiff
path: root/android/source/res/layout
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-11-28 15:04:42 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-11-30 12:17:00 +0100
commit31a689b83112bfa057c2f7f8306b875b9a2ac7c7 (patch)
tree16c03c189fca9f135b666f015e979970d3a9671a /android/source/res/layout
parent59093ecb1cdf0ba8c946dfdbe0ec7ee0e89cd6f6 (diff)
tdf#124480 android: Use themed color for icon on start activity
Similar to how Change-Id I2061878067d21dcd743ad6ca8d1018db323755d6 Author: Michael Weghorn <m.weghorn@posteo.de> Date: Tue Nov 28 14:22:54 2023 +0100 tdf#124480 android: Use themed color for more icons did for the icons in the toolbars, use the themed color for the directory icon in the start activity as well. While at it, switch to using the same shade of gray that the toolbar icons also use. And rename the icon to drop the "_grey" suffix, since this is now themed and no longer using a hard-coded color. Change-Id: I9fcf51b712a01aab3b9754bcfbd817c89171a64f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160075 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android/source/res/layout')
-rw-r--r--android/source/res/layout/activity_document_browser.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml
index 5f03d4bc0c28..23666b11c6e4 100644
--- a/android/source/res/layout/activity_document_browser.xml
+++ b/android/source/res/layout/activity_document_browser.xml
@@ -84,7 +84,7 @@
android:gravity="center_vertical"
android:text="@string/select_file_to_open"
android:textSize="14dp"
- app:drawableLeftCompat="@drawable/ic_folder_grey_48dp" />
+ app:drawableLeftCompat="@drawable/ic_folder_48dp" />
</LinearLayout>
<TextView