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

Commit 30563b1d authored by Pedro Veloso's avatar Pedro Veloso
Browse files

make the bar fill the row more homogeneously (padding left was to big)

parent 2c6f6b94
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"