gecko/mobile/android/base/resources/values-large-v11/sync_styles.xml
Nick Alexander 6fd0db1ae6 Bug 773293 - part 2/2: Make checkboxes in Android Sync Send Tab To Device activity match Fennec checkboxes. r=rnewman
--HG--
extra : rebase_source : e924490faf52ad04e996d6c02ecaee454adc4fef
2012-08-30 12:18:15 -07:00

18 lines
734 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Theme Styles -->
<style name="SyncTheme" parent="@style/Gecko.Dialog" />
<!-- Outer container: a container with top, middle, and bottom
content in it. -->
<style name="SyncContainer" parent="@style/SyncLayout.Vertical">
<item name="android:layout_width">600dp</item>
<item name="android:minWidth">600dp</item>
<item name="android:minHeight">600dp</item>
</style>
</resources>