diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-09 09:47:40 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-09 09:47:40 +0000 |
commit | 117a33be3b3c112bcde45fce3974851a8ae58c47 (patch) | |
tree | 3bb9aa0cd13378dacc2b867caed991b823b8f79a /app/src/main/res/layout/item_post_detail.xml | |
parent | 4338dbd2774925d9ecbe6a29616d330d5f2602a2 (diff) | |
download | infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar.gz infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar.bz2 infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar.lz infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar.xz infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.tar.zst infinity-for-reddit-117a33be3b3c112bcde45fce3974851a8ae58c47.zip |
Minor UI tweaks. Preparing for submitting text posts.
Diffstat (limited to 'app/src/main/res/layout/item_post_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index 870d21ef..4a40eb1b 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -26,7 +26,7 @@ app:layout_constraintTop_toTopOf="parent"> <CustomView.AspectRatioGifImageView - android:id="@+id/subreddit_icon_circle_image_view_item_post_detail" + android:id="@+id/subreddit_icon_gif_image_view_item_post_detail" android:layout_width="24dp" android:layout_height="24dp" android:layout_gravity="center"/> |