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

Commit b0905dc7 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix high density bug 2179543: use 'dip' instead of 'px'

parent 62df88bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
            style="?android:attr/progressBarStyleHorizontal"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_height="30px"
            android:layout_height="30dip"
            android:layout_alignParentLeft="true"
            android:layout_alignParentRight="true" />