Merge "Fix cannot see "see more" button in UI"

This commit is contained in:
Treehugger Robot
2019-12-05 04:17:42 +00:00
committed by Gerrit Code Review

View File

@@ -20,5 +20,6 @@
android:id="@+id/panel_parent_layout"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:overScrollMode="never"/>