Skip to content

Commit

Permalink
use device-independant pixels to scale well on mdpi-screens (Thanks T…
Browse files Browse the repository at this point in the history
…abascoEye)
  • Loading branch information
stapelberg committed Apr 6, 2011
1 parent 709377e commit 4b07753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-widget/res/layout/action_item.xml
Expand Up @@ -13,8 +13,8 @@
<ImageView
android:id="@+id/icon"
android:scaleType="centerInside"
android:layout_width="45px"
android:layout_height="45px"/>
android:layout_width="30dip"
android:layout_height="30dip"/>

<TextView
android:id="@+id/title"
Expand Down

0 comments on commit 4b07753

Please sign in to comment.