diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
commit | 3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch) | |
tree | f6333cd8fc90b36c25de01a5909349b1ef1db25e /res/values-fr/styles.xml | |
parent | 37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff) |
uniformed colors. made colors a little material
Diffstat (limited to '')
-rw-r--r-- | res/values-fr/styles.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/res/values-fr/styles.xml b/res/values-fr/styles.xml deleted file mode 100644 index 1468283e..00000000 --- a/res/values-fr/styles.xml +++ /dev/null @@ -1,19 +0,0 @@ -<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 |