diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-27 01:51:53 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-27 01:51:53 +0000 |
commit | 6ad725762ba11100b7373767d8c3c3feee88364c (patch) | |
tree | 7ddb1fc3267e9910ca73a2d982190afc010c571a /app/src/main/res/layout/item_user_custom_theme.xml | |
parent | 3dca261deaa2674b1faca52fec213f6cc960a61f (diff) | |
download | infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar.gz infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar.bz2 infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar.lz infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar.xz infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.tar.zst infinity-for-reddit-6ad725762ba11100b7373767d8c3c3feee88364c.zip |
Still implementing custom themes.
Diffstat (limited to 'app/src/main/res/layout/item_user_custom_theme.xml')
-rw-r--r-- | app/src/main/res/layout/item_user_custom_theme.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_user_custom_theme.xml b/app/src/main/res/layout/item_user_custom_theme.xml index e4ea128d..55891961 100644 --- a/app/src/main/res/layout/item_user_custom_theme.xml +++ b/app/src/main/res/layout/item_user_custom_theme.xml @@ -29,7 +29,7 @@ android:layout_height="24dp" android:layout_gravity="center_vertical" android:layout_marginStart="32dp" - android:src="@drawable/ic_add_24dp" + android:src="@drawable/ic_add_day_night_24dp" android:background="?attr/selectableItemBackgroundBorderless" /> <ImageView |