Statistiques
| Révision:

espace-formation-initiation-android / CardView / Application / src / main / res / values / template-styles.xml @ 1

Historique | Voir | Annoter | Télécharger (1,331 ko)

1
<!--
2
  Copyright 2013 The Android Open Source Project
3

4
  Licensed under the Apache License, Version 2.0 (the "License");
5
  you may not use this file except in compliance with the License.
6
  You may obtain a copy of the License at
7

8
      http://www.apache.org/licenses/LICENSE-2.0
9

10
  Unless required by applicable law or agreed to in writing, software
11
  distributed under the License is distributed on an "AS IS" BASIS,
12
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
  See the License for the specific language governing permissions and
14
  limitations under the License.
15
  -->
16

    
17
<resources>
18

    
19
    <!-- Activity themes -->
20

    
21
    <style name="Theme.Base" parent="android:Theme.Light" />
22

23
    <style name="Theme.Sample" parent="Theme.Base" />
24

25
    <style name="AppTheme" parent="Theme.Sample" />
26
    <!-- Widget styling -->
27

28
    <style name="Widget" />
29

30
    <style name="Widget.SampleMessage">
31
        <item name="android:textAppearance">?android:textAppearanceMedium</item>
32
        <item name="android:lineSpacingMultiplier">1.1</item>
33
    </style>
34

    
35
    <style name="Widget.SampleMessageTile">
36
        <item name="android:background">@drawable/tile</item>
37
        <item name="android:shadowColor">#7F000000</item>
38
        <item name="android:shadowDy">-3.5</item>
39
        <item name="android:shadowRadius">2</item>
40
    </style>
41

    
42
</resources>