Skip to content

Commit

Permalink
preference_list_item.xml: improved imageview color
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Dec 13, 2024
1 parent 7aa4fba commit 436ad34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/preference_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<ImageView
android:id="@+id/image"
android:layout_width="52dp"
android:layout_height="52dp" />
android:layout_height="52dp"
app:tint="@color/text_color_primary" />

<TextView
android:id="@+id/text"
Expand Down

0 comments on commit 436ad34

Please sign in to comment.