summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ac49ed15..daab8dea 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -23,15 +23,25 @@
<style name="TextAppearance.DialpadDisplayName" parent="@style/TextAppearance.Body1"/>
<style name="KeypadNumber">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
<item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
<item name="android:textSize">@dimen/car_key1_size</item>
</style>
<style name="KeypadLetter">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
<item name="android:textSize">@dimen/car_key2_size</item>
</style>
+ <style name="KeypadImage">
+ <item name="android:layout_width">32dp</item>
+ <item name="android:layout_height">32dp</item>
+ <item name="android:tint">@color/car_key2</item>
+ </style>
+
<!-- Phone -->
<style name="KeypadButtonStyle">
<item name="android:clickable">true</item>