mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
52 lines
2.1 KiB
XML
52 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012 Dominik Schürmann <dominik@dominikschuermann.de>
|
|
Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
|
|
|
|
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="MinusButton">
|
|
<item name="android:background">@drawable/btn_circle</item>
|
|
<item name="android:src">@drawable/ic_btn_round_minus</item>
|
|
</style>
|
|
|
|
<style name="PlusButton">
|
|
<item name="android:background">@drawable/btn_circle</item>
|
|
<item name="android:src">@drawable/ic_btn_round_plus</item>
|
|
</style>
|
|
|
|
<style name="DashboardButton">
|
|
<item name="android:layout_gravity">center_vertical</item>
|
|
<item name="android:layout_width">wrap_content</item>
|
|
<item name="android:layout_height">wrap_content</item>
|
|
<item name="android:gravity">center_horizontal</item>
|
|
<item name="android:drawablePadding">2dp</item>
|
|
<item name="android:textSize">14sp</item>
|
|
<item name="android:textStyle">bold</item>
|
|
<item name="android:background">@android:color/transparent</item>
|
|
</style>
|
|
|
|
<style name="SectionHeader">
|
|
<item name="android:drawableBottom">@drawable/section_header</item>
|
|
<item name="android:drawablePadding">4dp</item>
|
|
<item name="android:layout_marginTop">8dp</item>
|
|
<item name="android:paddingLeft">4dp</item>
|
|
<item name="android:textAllCaps">true</item>
|
|
<item name="android:textColor">@color/emphasis</item>
|
|
<item name="android:textSize">14sp</item>
|
|
</style>
|
|
|
|
</resources> |