aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-12 22:47:00 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-12 22:47:00 +0100
commit875e1added3804a17437bdba69d74cddd5c20d4d (patch)
treeb02913731ebf18ec4868510e97ddd837a51d589b /src/main/res/values/styles.xml
parent4b16922cbbee2bd1d45ca2ba4796c5bc9036fdf6 (diff)
remove unused ressources
Diffstat (limited to '')
-rw-r--r--src/main/res/values/styles.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index e8572d9d4..5c0808d04 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -1,9 +1,5 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="Divider">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1.5dp</item>
- <item name="android:background">@color/black12</item>
- </style>
+
<style name="MD">
<item name="animationVelocity">6</item>
<item name="insetBottom">16dp</item>