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:
@@ -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" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user