Fix button spacing for smaller tablet screens in portrait.
Change-Id: I3603a4db9798dc91b7f6bdb0a8ff439476149766
This commit is contained in:
parent
49488f8181
commit
741c789c83
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user