aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-26 04:36:39 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-26 04:36:39 +0000
commitcfe0b357df14d57264dd28047bc5a362fc3c5fe6 (patch)
tree1c56913dca18b3f161d5e8db71b62f5db501ef1c /app/src/main/res
parenta22b491a30a3ced7953883f0f0dfc3b783eef281 (diff)
downloadinfinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar.gz
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar.bz2
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar.lz
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar.xz
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.tar.zst
infinity-for-reddit-cfe0b357df14d57264dd28047bc5a362fc3c5fe6.zip
Fixed wrong width of the vertical block of the load more comment placeholder.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/item_load_more_comments_placeholder.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_load_more_comments_placeholder.xml b/app/src/main/res/layout/item_load_more_comments_placeholder.xml
index 601a30d6..5a006ff5 100644
--- a/app/src/main/res/layout/item_load_more_comments_placeholder.xml
+++ b/app/src/main/res/layout/item_load_more_comments_placeholder.xml
@@ -9,7 +9,7 @@
<View
android:id="@+id/vertical_block_item_load_more_comments"
- android:layout_width="0dp"
+ android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@color/textColorPrimaryDark" />