abouttreesummaryrefslogcommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJules Aguillon2023-04-02 13:28:10 +0200
committerJules Aguillon2023-04-02 13:29:53 +0200
commit351355b3a769d2b584733ad0e8924dfe75939fb6 (patch)
tree9256361692887ea9cf82e14f33118062a936abd9 /res/values/styles.xml
parent3caca59ff43e09578838d213b9c2f94c072b0832 (diff)
downloadunexpected-keyboard-351355b3a769d2b584733ad0e8924dfe75939fb6.tar.gz
unexpected-keyboard-351355b3a769d2b584733ad0e8924dfe75939fb6.zip
Launcher activity: Input box
For trying the keyboard without having to mess with an other app.
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 94a8551..d3283a7 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -24,4 +24,11 @@
<item name="android:textSize">@dimen/emoji_text_size</item>
<item name="android:textColor">?attr/emoji_color</item>
</style>
+ <style name="paragraph">
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:layout_marginVertical">8dp</item>
+ <item name="android:layout_marginHorizontal">16dp</item>
+ <item name="android:layout_gravity">center</item>
+ </style>
</resources>