aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values-large/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/values-large/styles.xml')
-rw-r--r--app/res/values-large/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/res/values-large/styles.xml b/app/res/values-large/styles.xml
new file mode 100644
index 0000000..acd524d
--- /dev/null
+++ b/app/res/values-large/styles.xml
@@ -0,0 +1,10 @@
+<resources>
+
+ <style name="LoginFormContainer">
+ <item name="android:layout_width">400dp</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_gravity">center</item>
+ <item name="android:padding">16dp</item>
+ </style>
+
+</resources> \ No newline at end of file