You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.8 KiB
70 lines
2.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2021 Google Inc.
|
|
|
|
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.
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="SetupWizardContentFrame" parent="@style/SudContentFrame">
|
|
<item name="android:paddingEnd">0dp</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardButton.Negative"
|
|
parent="@android:style/Widget.Material.Button.Borderless.Colored">
|
|
<item name="android:minWidth">0dp</item>
|
|
<item name="android:textAllCaps">false</item>
|
|
<item name="android:theme">@style/AccentColorHighlightBorderlessButton</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardButton.Positive"
|
|
parent="@android:style/Widget.Material.Button.Colored"/>
|
|
|
|
<style name="AccentColorHighlightBorderlessButton">
|
|
<item name="android:colorControlHighlight">?android:attr/colorAccent</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardText.Body1" parent="@android:style/TextAppearance.Material.Subhead">
|
|
</style>
|
|
|
|
<style name="SetupWizardText.Link1" parent="@style/SetupWizardText.Body1">
|
|
<item name="android:textColor">?android:attr/colorPrimary</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardText.Error1" parent="@style/SetupWizardText.Body1">
|
|
<item name="android:textColor">#f00</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardText.Address1" parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardText.AddressRadioButton2"
|
|
parent="@android:style/Widget.CompoundButton.RadioButton">
|
|
<item name="android:textAppearance">@style/SetupWizardText.Address1</item>
|
|
<item name="android:drawableBottom">@drawable/stroke</item>
|
|
<item name="android:drawablePadding">15dp</item>
|
|
<item name="android:paddingStart">15dp</item>
|
|
<item name="android:paddingTop">15dp</item>
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_height">wrap_content</item>
|
|
</style>
|
|
|
|
<style name="SetupWizardText.AddressRadioButton1"
|
|
parent="@style/SetupWizardText.AddressRadioButton2">
|
|
<item name="android:drawableTop">@drawable/stroke</item>
|
|
<item name="android:paddingTop">0dp</item>
|
|
</style>
|
|
|
|
</resources> |