diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-12 22:47:00 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-12 22:47:00 +0100 |
commit | 875e1added3804a17437bdba69d74cddd5c20d4d (patch) | |
tree | b02913731ebf18ec4868510e97ddd837a51d589b /src/main/res/values/styles.xml | |
parent | 4b16922cbbee2bd1d45ca2ba4796c5bc9036fdf6 (diff) |
remove unused ressources
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/styles.xml | 6 |
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> |