~igor-cali/bilancio/stable

« back to all changes in this revision

Viewing changes to android/API24/main/res/values/styles.xml

  • Committer: Igor Calì
  • Date: 2019-04-07 16:24:48 UTC
  • Revision ID: igor.cali0@gmail.com-20190407162448-5mfwr7c39y3kzz6u
 v3.3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<resources>
2
 
 
3
 
        <!--
4
 
    <style name="ActionBarTheme" parent="@style/Theme.AppCompat.Light">
5
 
        <item name="colorPrimary">@color/green</item>
6
 
        <item name="colorPrimaryDark">@color/green_dark</item>
7
 
    </style>
8
 
        -->
9
 
 
10
 
    <!-- Base application theme. -->
11
 
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
12
 
        <!-- Customize your theme here. -->
13
 
        <item name="colorPrimary">@color/green</item>
14
 
        <item name="colorPrimaryDark">@color/green_dark</item>
15
 
        <!-- <item name="colorAccent">@color/colorAccent</item> -->
16
 
    </style>
17
 
 
18
 
    <style name="AppTheme.NoActionBar">
19
 
        <item name="windowActionBar">false</item>
20
 
        <item name="windowNoTitle">true</item>
21
 
    </style>
22
 
 
23
 
    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
24
 
 
25
 
    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
26
 
 
27
 
    <!--
28
 
    <style name="DialogTitle" parent="TextAppearance.AppCompat.Large">
29
 
        <item name="android:layout_gravity">center_horizontal</item>
30
 
        <item name="android:layout_marginBottom">20dp</item>
31
 
        <item name="android:layout_marginTop">20dp</item>
32
 
    </style>
33
 
    -->
34
 
</resources>