res/values/styles.xml

changeset 0
fb9019fb1bf7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/res/values/styles.xml	Tue Feb 10 18:12:00 2015 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<resources>
     1.6 +
     1.7 +    <!--
     1.8 +        Base application theme, dependent on API level. This theme is replaced
     1.9 +        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
    1.10 +    -->
    1.11 +    <style name="AppBaseTheme" parent="android:Theme.Light">
    1.12 +        <!--
    1.13 +            Theme customizations available in newer API levels can go in
    1.14 +            res/values-vXX/styles.xml, while customizations related to
    1.15 +            backward-compatibility can go here.
    1.16 +        -->
    1.17 +    </style>
    1.18 +
    1.19 +    <!-- Application theme. -->
    1.20 +    <style name="AppTheme" parent="AppBaseTheme">
    1.21 +        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    1.22 +    </style>
    1.23 +
    1.24 +    <style name="LoginFormContainer">
    1.25 +        <item name="android:layout_width">match_parent</item>
    1.26 +        <item name="android:layout_height">wrap_content</item>
    1.27 +        <item name="android:padding">16dp</item>
    1.28 +    </style>
    1.29 +
    1.30 +</resources>
    1.31 \ No newline at end of file

mercurial