abouttreesummaryrefslogcommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorPatrick2026-05-07 20:16:23 +0200
committerPatrick2026-05-07 20:16:23 +0200
commitb866f59e400973c2f7ba0e97517fdddeb3efbb33 (patch)
tree20c702893298303445e4513de78a9fd83ca5bf94 /res/values/styles.xml
parent5cfb4e328e4985f9ea7c145a76938f48e9df6fef (diff)
parentb807f217a06d3312e05a25c23342f41d339e76c6 (diff)
downloadunexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.tar.gz
unexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.zip
Merge branch 'master' into skintones
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6977e00..9963c9e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,9 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Candidates view -->
+ <style name="candidates_view">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">48dp</item>
+ <item name="android:orientation">horizontal</item>
+ <item name="android:gravity">center</item>
+ </style>
<style name="candidates_item">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">match_parent</item>
+ <item name="android:layout_weight">1</item>
<item name="android:gravity">center</item>
<item name="android:textColor">?attr/colorLabel</item>
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">match_parent</item>
+ <item name="android:layout_weight">1</item>
+ <item name="android:textColor">?attr/colorLabel</item>
+ <item name="android:maxLines">1</item>
+ </style>
+ <style name="candidates_emoji">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">match_parent</item>
+ <item name="android:layout_marginLeft">12dp</item>
+ <item name="android:layout_weight">0</item>
+ <item name="android:paddingHorizontal">@dimen/candidates_padding</item>
+ <item name="android:gravity">center</item>
</style>
<style name="candidates_status">
<item name="android:layout_width">match_parent</item>