Fix the first link is not visible in the supported links

The padding property of ListView covered the first tiem.

Fixes: 67878448
Test: manual test
Change-Id: Ic60d625964cf666f70fd935bb7163018614023c3
This commit is contained in:
James.cf Lin
2018-03-21 11:35:23 +08:00
parent d5fb944de2
commit 478c669566

View File

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