Single pane for 10" Settings

Change-Id: I960e4be3cfb19ffec4100f8766742d6fb17dda4a
This commit is contained in:
Amith Yamasani
2013-08-05 10:07:23 -07:00
parent 8a181dd0d1
commit 56f51a8927
25 changed files with 105 additions and 46 deletions

View File

@@ -27,8 +27,8 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@*android:dimen/preference_fragment_padding_side"
android:layout_marginEnd="@*android:dimen/preference_fragment_padding_side"
android:layout_marginStart="@dimen/settings_side_margin"
android:layout_marginEnd="@dimen/settings_side_margin"
android:scaleType="fitXY"
android:src="?android:attr/listDivider" />
@@ -38,7 +38,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:clipToPadding="false"
android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle" />
android:scrollbarStyle="outsideOverlay" />
<TextView android:id="@+id/sync_settings_error_info"
android:layout_width="match_parent"