res/values/styles.xml

Tue, 10 Feb 2015 18:12:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 10 Feb 2015 18:12:00 +0100
changeset 0
fb9019fb1bf7
permissions
-rw-r--r--

Import initial revisions of existing project AndroidCaldavSyncAdapater,
forked from upstream repository at 27e8a0f8495c92e0780d450bdf0c7cec77a03a55.

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <resources>
     4     <!--
     5         Base application theme, dependent on API level. This theme is replaced
     6         by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
     7     -->
     8     <style name="AppBaseTheme" parent="android:Theme.Light">
     9         <!--
    10             Theme customizations available in newer API levels can go in
    11             res/values-vXX/styles.xml, while customizations related to
    12             backward-compatibility can go here.
    13         -->
    14     </style>
    16     <!-- Application theme. -->
    17     <style name="AppTheme" parent="AppBaseTheme">
    18         <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    19     </style>
    21     <style name="LoginFormContainer">
    22         <item name="android:layout_width">match_parent</item>
    23         <item name="android:layout_height">wrap_content</item>
    24         <item name="android:padding">16dp</item>
    25     </style>
    27 </resources>

mercurial