Merge "Fix the first link is not visible in the supported links"

This commit is contained in:
TreeHugger Robot
2018-03-29 04:05:17 +00:00
committed by Android (Google) Code Review

View File

@@ -22,5 +22,8 @@
android:layout_height="match_parent"
android:divider="@null"
android:scrollbarStyle="insideOverlay"
android:padding="24dp" />
android:paddingTop="6dp"
android:paddingBottom="24dp"
android:paddingLeft="24dp"
android:paddingRight="24dp" />