Fix button spacing for smaller tablet screens in portrait.

Change-Id: I3603a4db9798dc91b7f6bdb0a8ff439476149766
This commit is contained in:
Andrew Flynn 2011-06-03 13:49:19 -07:00
parent 49488f8181
commit 741c789c83

View File

@ -31,4 +31,11 @@
<item name="android:layout_marginLeft">48dip</item>
</style>
<!-- Cancel/Done buttons on the account settings (server settings) fragments -->
<style name="accountSettingsButton">
<item name="android:layout_width">125sp</item>
<item name="android:layout_height">48sp</item>
<item name="android:textSize">18sp</item>
</style>
</resources>