diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-02-02 13:50:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-02-02 13:50:42 +0000 |
commit | 7ae7827d491473b326dcf3f3c297803816f798c0 (patch) | |
tree | 12acb9293e74ff694c7b9dd039b21ed70da9051a /app/src/main/res/layout/item_post.xml | |
parent | bdf5f07883fad7444207cc49537cd7deba0c9b84 (diff) | |
download | infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.gz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.bz2 infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.lz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.xz infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.tar.zst infinity-for-reddit-7ae7827d491473b326dcf3f3c297803816f798c0.zip |
Minor layout tweaks.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index 787a1fe9..80fee855 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -201,7 +201,7 @@ android:id="@+id/locked_image_view_item_post" android:layout_width="24dp" android:layout_height="24dp" - android:src="@drawable/ic_outline_lock" + android:src="@drawable/ic_outline_lock_24dp" android:tint="@color/lockedIconTint" android:visibility="gone" /> |