diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 03:14:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 04:00:05 +0200 |
commit | cb0a87d7ff1841dda9593fdda76fa08145893904 (patch) | |
tree | 2a548ab8be2ab8aa3286c95af67ee3bb9df31d4e /res/values-nl/styles.xml | |
parent | d7f5e5192314249c395a92c1572e861fb4b05ac3 (diff) |
Add Dutch translations.
Diffstat (limited to '')
-rw-r--r-- | res/values-nl/styles.xml | 19 |
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 |