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

@@ -448,8 +448,7 @@ public class Utils {
((PreferenceFrameLayout.LayoutParams) child.getLayoutParams()).removeBorders = true;
final Resources res = list.getResources();
final int paddingSide = res.getDimensionPixelSize(
com.android.internal.R.dimen.preference_fragment_padding_side);
final int paddingSide = res.getDimensionPixelSize(R.dimen.settings_side_margin);
final int paddingBottom = res.getDimensionPixelSize(
com.android.internal.R.dimen.preference_fragment_padding_bottom);