mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3a710675c8
--HG-- extra : rebase_source : e924490faf52ad04e996d6c02ecaee454adc4fef
18 lines
734 B
XML
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>
|