am 741c789c: Fix button spacing for smaller tablet screens in portrait.

* commit '741c789c831360856180f81e0d3a97b268d1c549':
  Fix button spacing for smaller tablet screens in portrait.
This commit is contained in:
Andrew Flynn 2011-06-03 14:44:55 -07:00 committed by Android Git Automerger
commit ccb4cab3dd

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>