From 9fbdfc3db0bedd7460682c6f6c7711916b0ec6bb Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 25 Mar 2025 09:46:47 +0100 Subject: [PATCH] add icon for the pixelfed settings --- app/src/main/res/xml/pref_categories.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/pref_categories.xml b/app/src/main/res/xml/pref_categories.xml index d3a84b49..cd88e770 100644 --- a/app/src/main/res/xml/pref_categories.xml +++ b/app/src/main/res/xml/pref_categories.xml @@ -50,7 +50,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:title="PixelFed" - + app:icon="@drawable/pixelfed" app:key="@string/pref_category_key_pixelfed" />