Tue, 10 Feb 2015 18:12:00 +0100
Import initial revisions of existing project AndroidCaldavSyncAdapater,
forked from upstream repository at 27e8a0f8495c92e0780d450bdf0c7cec77a03a55.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <resources> |
michael@0 | 3 | |
michael@0 | 4 | <!-- |
michael@0 | 5 | Base application theme, dependent on API level. This theme is replaced |
michael@0 | 6 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices. |
michael@0 | 7 | --> |
michael@0 | 8 | <style name="AppBaseTheme" parent="android:Theme.Light"> |
michael@0 | 9 | <!-- |
michael@0 | 10 | Theme customizations available in newer API levels can go in |
michael@0 | 11 | res/values-vXX/styles.xml, while customizations related to |
michael@0 | 12 | backward-compatibility can go here. |
michael@0 | 13 | --> |
michael@0 | 14 | </style> |
michael@0 | 15 | |
michael@0 | 16 | <!-- Application theme. --> |
michael@0 | 17 | <style name="AppTheme" parent="AppBaseTheme"> |
michael@0 | 18 | <!-- All customizations that are NOT specific to a particular API-level can go here. --> |
michael@0 | 19 | </style> |
michael@0 | 20 | |
michael@0 | 21 | <style name="LoginFormContainer"> |
michael@0 | 22 | <item name="android:layout_width">match_parent</item> |
michael@0 | 23 | <item name="android:layout_height">wrap_content</item> |
michael@0 | 24 | <item name="android:padding">16dp</item> |
michael@0 | 25 | </style> |
michael@0 | 26 | |
michael@0 | 27 | </resources> |