Merge commit '7e509fd267d25fbfe2703d0320a5203f24046b61' * commit '7e509fd267d25fbfe2703d0320a5203f24046b61': Fix high density bug 2179543: use 'dip' instead of 'px'
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user