Added Android code
[wl-app.git] / Android / app / src / main / res / values-v21 / styles.xml
diff --git a/Android/app/src/main/res/values-v21/styles.xml b/Android/app/src/main/res/values-v21/styles.xml
new file mode 100644 (file)
index 0000000..32f4f7e
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+    <style name="FlatButton" parent="android:style/Widget.Material.Button.Borderless.Small">
+        <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
+        <item name="android:textColor">@color/gray_dark</item>
+        <item name="android:textAllCaps">true</item>
+        <item name="android:textSize">13dp</item>
+        <item name="android:textStyle">normal</item>
+    </style>
+
+    <style name="FlatButton.Separator" parent="android:style/Widget.Material.Button.Borderless.Small">
+        <item name="android:drawableRight">@drawable/ic_arrow_right_24dp</item>
+        <item name="android:textColor">@color/gray_dark</item>
+    </style>
+
+</resources>
\ No newline at end of file