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

Commit cdc8b326 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I61741f5a into eclair

* changes:
  Fix high density bug 2179543: use 'dip' instead of 'px'
parents fa68ab4f b0905dc7
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" />