Fixed wrong width of the vertical block of the load more comment placeholder.

This commit is contained in:
Alex Ning
2019-06-26 12:36:39 +08:00
parent a22b491a30
commit cfe0b357df
2 changed files with 16 additions and 19 deletions

View File

@@ -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" />