Remove side padding for settings items in bigger screen.

Fixes: 110804029
Test: visual in emulator with tablet skin
Change-Id: Ib569731d8cff088c6d110c4ae9d43a7609416238
This commit is contained in:
Doris Ling
2019-02-15 13:33:00 -08:00
parent 09285d72bd
commit e5df0b1934
2 changed files with 0 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
-->
<resources>
<dimen name="settings_side_margin">112dp</dimen>
<!-- ActionBar contentInsetStart -->
<dimen name="actionbar_contentInsetStart">128dp</dimen>

View File

@@ -17,8 +17,6 @@
<resources>
<dimen name="pager_tabs_padding">0dp</dimen>
<dimen name="settings_side_margin">64dp</dimen>
<!-- Weight of the left pane in a multi-pane preference layout. -->
<integer name="preferences_left_pane_weight">1</integer>
<!-- Weight of the right pane in a multi-pane preference layout. So the split is 1:2 -->