aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-01 11:42:37 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-01 11:42:37 +0000
commit9bfae61ce79d72e2c9272d43b396eedab8bf9dc6 (patch)
treecbe398b542105e682954d7ff3d06f915e57314f4 /app/src/main/res/layout
parent093fccc790437ec72bea2e1667f1ea06ada3bf10 (diff)
downloadinfinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar.gz
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar.bz2
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar.lz
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar.xz
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.tar.zst
infinity-for-reddit-9bfae61ce79d72e2c9272d43b396eedab8bf9dc6.zip
Refine animation of hiding and showing comment toolbar.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_comment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 535e6fd6..25ef83df 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -20,7 +20,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
- android:layout_marginBottom="12dp"
android:orientation="vertical"
android:animateLayoutChanges="true">
@@ -115,6 +114,7 @@
android:id="@+id/bottom_constraint_layout_item_post_comment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingBottom="12dp"
android:paddingStart="4dp"
android:paddingEnd="4dp">