Skip to content

Commit

Permalink
changed border size to correct display in small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Dec 26, 2012
1 parent 65cf221 commit 3c2bb84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/drawable/icon_btn_border.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<solid android:color="#FFFFFF"/>

<padding android:left="1sp" android:top="1sp"
android:right="1sp" android:bottom="1sp" />
<padding android:left="2sp" android:top="2sp"
android:right="2sp" android:bottom="2sp" />
<corners android:radius="1sp"/>
</shape>

0 comments on commit 3c2bb84

Please sign in to comment.