Skip to content

Commit

Permalink
Settings: Fixup start padding for battery usage graph
Browse files Browse the repository at this point in the history
 * align it with rest of the settings

Change-Id: I9fa098218a78c68a7b97830023a7311d81f0cef2
  • Loading branch information
ghostrider-reborn authored and mickaelmendes50 committed Apr 13, 2022
1 parent 5852d24 commit 1cf966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/layout/battery_usage_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:paddingStart="@dimen/preference_no_icon_padding_start"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:orientation="vertical">

Expand Down

0 comments on commit 1cf966f

Please sign in to comment.