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:
@@ -15,7 +15,9 @@
|
|||||||
-->
|
-->
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
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) -->
|
<!-- Dream selectable row (icon, caption, radio button) -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user