diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-11-08 16:40:14 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-11-08 16:40:14 +0000 |
commit | 083924964490f20c5d3871f4c80eca696b842fe4 (patch) | |
tree | 1c71770d18b314fbf7a0ca9e5e14674fe562036e /app/src/main/res/layout/item_comment.xml | |
parent | b62ab6f4430a7a0a3b7aaa915849487306473781 (diff) | |
download | infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar.gz infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar.bz2 infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar.lz infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar.xz infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.tar.zst infinity-for-reddit-083924964490f20c5d3871f4c80eca696b842fe4.zip |
Compact post layout is available. Fixed WebView cannot be inflated on Android Lollipop. Tweak the comment item UI.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index ae22e5e5..ee85314e 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -89,8 +89,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="8dp" - android:layout_marginStart="32dp" - android:layout_marginEnd="32dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" android:layout_marginBottom="8dp" android:textColor="@color/primaryTextColor" android:textSize="?attr/content_font_default" /> |