summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout-v21
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2022-08-21 20:49:07 +0200
committerArne Schwabe <arne@rfc2549.org>2022-08-21 22:59:08 +0200
commitffa1cca8544a224eef7fb89dc8dd3bef9ecc8e5c (patch)
tree78fdb57d4c49bce3a79825e65cba8c06d46c6af3 /main/src/ui/res/layout-v21
parent017b3f39c2368a41012c0c6a1f000858b305b1d3 (diff)
Replace system standard bitmap drawables with vector drawables
Diffstat (limited to 'main/src/ui/res/layout-v21')
-rw-r--r--main/src/ui/res/layout-v21/profile_list_fabs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/res/layout-v21/profile_list_fabs.xml b/main/src/ui/res/layout-v21/profile_list_fabs.xml
index 4fe403b6..b4cd154d 100644
--- a/main/src/ui/res/layout-v21/profile_list_fabs.xml
+++ b/main/src/ui/res/layout-v21/profile_list_fabs.xml
@@ -18,7 +18,7 @@
android:elevation="@dimen/elevation_low"
android:layout_marginBottom="@dimen/add_button_margin_topfab"
android:layout_marginEnd="@dimen/add_button_margin"
- android:src="@drawable/ic_archive_grey600_24dp"
+ android:src="@drawable/ic_baseline_archive_24"
android:contentDescription="@string/import_config" />
<ImageButton