Fix Wi-Fi Assistant padding

- use the standard list padding instead of a custom one

See bug: #15703202 Wi-Fi Assistant card needs to appear in Wi-Fi network list

Change-Id: I5816751bf7937807093e5b74b25b84151431fa7b
This commit is contained in:
Fabrice Di Meglio
2014-08-08 12:56:51 -07:00
parent 1f4049edfe
commit bbed3dfdfd

View File

@@ -21,7 +21,10 @@
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="vertical"
android:padding="@dimen/wifi_assistant_padding">
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingTop="@dimen/wifi_assistant_padding"
android:paddingBottom="@dimen/wifi_assistant_padding">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"