res/values-large/styles.xml@6dcaece8ec41
res/values-large/styles.xml
Fri, 13 Feb 2015 23:45:37 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Fri, 13 Feb 2015 23:45:37 +0100
- branch
- ICAL4J_EMBED_1
- changeset 18
- 6dcaece8ec41
- permissions
- -rw-r--r--
Give up after a longwinded and unfruitful attempt to patch ical4j,
made difficult by the neverending graph of method calls leading up
to the NPE caused in getResource*() of the ResourceLoader class.
3 <style name="LoginFormContainer">
4 <item name="android:layout_width">400dp</item>
5 <item name="android:layout_height">wrap_content</item>
6 <item name="android:layout_gravity">center</item>
7 <item name="android:padding">16dp</item>