aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
blob: cb341bd26d348bd92bbece5fa559f8a5828975bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="TextAppearance.Conversations.Body1.Secondary" parent="TextAppearance.AppCompat.Body1">
        <item name="android:textColor">?android:textColorSecondary</item>
    </style>

    <style name="TextAppearance.Conversations.Fingerprint" parent="TextAppearance.AppCompat.Body1">
        <item name="android:fontFamily">monospace</item>
        <item name="android:typeface">monospace</item>
    </style>

    <style name="InputLabel" parent="TextAppearance.AppCompat.Caption">
        <item name="android:paddingBottom">@dimen/input_label_vertical_spacing</item>
        <item name="android:paddingLeft">@dimen/input_label_horizontal_spacing</item>
        <item name="android:paddingRight">@dimen/input_label_horizontal_spacing</item>
    </style>

</resources>