summaryrefslogtreecommitdiff
path: root/android/res/values/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/values/style.xml')
-rw-r--r--android/res/values/style.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/res/values/style.xml b/android/res/values/style.xml
new file mode 100644
index 0000000000..201b478d19
--- /dev/null
+++ b/android/res/values/style.xml
@@ -0,0 +1,18 @@
1<?xml version="1.0" encoding="utf-8"?>
2
3<resources>
4 <style name="appwidget_infodisplay">
5 <item name="android:layout_width">1dp</item>
6 <item name="android:layout_height">1dp</item>
7 <item name="android:layout_weight">1</item>
8 <item name="android:textColor">#cecfce</item>
9 <item name="android:background">@drawable/appwidget_infodisplay_background</item>
10 </style>
11 <style name="appwidget_button">
12 <item name="android:layout_width">40dp</item>
13 <item name="android:layout_height">40dp</item>
14 <item name="android:scaleType">fitCenter</item>
15 <item name="android:background">@drawable/appwidget_infodisplay_background</item>
16 </style>
17</resources>
18