aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-nl/styles.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-07-20 12:17:14 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-07-20 12:17:14 +0200
commit0ee7cd136a2bad17aaa5dc5deea36dcffdbdb195 (patch)
treebc382d211a3018f42b4fc13f4b3eea85692503a2 /res/values-nl/styles.xml
parentb5005d60deef687cefdac330e0b4e3f0ba2e8d81 (diff)
parentcb0a87d7ff1841dda9593fdda76fa08145893904 (diff)
Merge pull request #289 from jelmer/dutch
Add Dutch translations.
Diffstat (limited to 'res/values-nl/styles.xml')
-rw-r--r--res/values-nl/styles.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-nl/styles.xml b/res/values-nl/styles.xml
new file mode 100644
index 00000000..1468283e
--- /dev/null
+++ b/res/values-nl/styles.xml
@@ -0,0 +1,19 @@
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="sectionHeader" parent="android:Widget.Holo.Light.TextView">
+ <item name="android:drawableBottom">@drawable/section_header</item>
+ <item name="android:drawablePadding">4dp</item>
+ <item name="android:layout_marginTop">8dp</item>
+ <item name="android:textSize">14sp</item>
+ <item name="android:textAllCaps">true</item>
+ <item name="android:textColor">#5b5b5b</item>
+ <item name="android:textStyle">bold</item>
+ </style>
+
+ <style name="Divider">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">1.5dp</item>
+ <item name="android:background">#b7b7b7</item>
+ </style>
+
+</resources> \ No newline at end of file