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

Commit 9fbbd4e8 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "make the bar fill the row more homogeneously (padding left was to big)" into ics

parents 0f73285b 30563b1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:gravity="center_vertical"
    android:paddingRight="?android:attr/scrollbarSize"
    android:paddingLeft="@*android:dimen/preference_widget_width">
    android:paddingLeft="?android:attr/scrollbarSize">

    <com.android.settings.deviceinfo.PercentageBarChart
        android:id="@+id/percentage_bar_chart"