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