Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bd05152 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix alignment of ActionBar title and Preferences for tablet UI

- use the correct start/end padding

See bug: #15439371 Visual add white BG for Settings Detail

Change-Id: I391fb3c75c51349ffbc17295b3aac6f432f91b58
parent e817a66e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
              android:layout_width="match_parent"
              android:layout_height="0px"
              android:layout_weight="1"
              android:paddingStart="@dimen/dashboard_padding_start"
              android:paddingEnd="@dimen/dashboard_padding_end"
              android:paddingStart="@dimen/settings_side_margin"
              android:paddingEnd="@dimen/settings_side_margin"
              android:paddingTop="@dimen/dashboard_padding_top"
              android:paddingBottom="@dimen/dashboard_padding_bottom"
              android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle"