741c789c83
Change-Id: I3603a4db9798dc91b7f6bdb0a8ff439476149766
42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<!-- tablet, portrait -->
|
|
|
|
<resources>
|
|
<!-- Use fixed margin in portrait -->
|
|
<style name="message_compose_scroll">
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_marginLeft">16dip</item>
|
|
<item name="android:layout_marginRight">16dip</item>
|
|
</style>
|
|
|
|
<style name="accountSetupTypePrevious" parent="@style/accountSetupButton">
|
|
<item name="android:layout_alignParentBottom">true</item>
|
|
<item name="android:layout_alignParentLeft">true</item>
|
|
<item name="android:layout_marginBottom">48dip</item>
|
|
<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>
|