aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
blob: 00bfbb52ab13f793f92b9ab8b45397162a04fa20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<resources>

    <!-- Base application theme. -->
    <style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    </style>

    <style name="AppTheme" parent="AppBaseTheme">
        <item name="android:actionBarTabStyle">@style/TabBarStyle</item>
    </style>

    <style name="TabBarStyle" parent="@style/Widget.AppCompat.ActionBar.TabView">
        <item name="android:paddingLeft">2dp</item>
        <item name="android:paddingRight">20dp</item>
        <item name="android:minWidth">500dp</item>
    </style>

</resources>