Fix incorrectly sized app prefs am: 08331aca4e

am: 48ee5e20c5

* commit '48ee5e20c535dad57c89ddf18013350c6cdbd2bc':
  Fix incorrectly sized app prefs
This commit is contained in:
Jason Monk
2016-02-12 21:52:25 +00:00
committed by android-build-merger

View File

@@ -16,7 +16,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">