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

am: 2dbc2db581

Change-Id: I1ad3c46aa2e79aec39725a76d3033be848f79506
This commit is contained in:
Raff Tsai
2019-12-04 20:26:34 -08:00
committed by android-build-merger

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