Fix padding issue with Dream list item

- needs to use the standard Framework one

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I4f7bb003c928a799bf8b77fce3c4869671816265
This commit is contained in:
Fabrice Di Meglio
2014-06-12 19:57:39 -07:00
parent a8b4dcc827
commit a6fa002315

View File

@@ -15,7 +15,9 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<!-- Dream selectable row (icon, caption, radio button) -->