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:
commit
ccb4cab3dd
@ -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