Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable-v21/bg_navdrawer_item.xml')
-rw-r--r--app/src/main/res/drawable-v21/bg_navdrawer_item.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/app/src/main/res/drawable-v21/bg_navdrawer_item.xml b/app/src/main/res/drawable-v21/bg_navdrawer_item.xml
deleted file mode 100644
index 0cdc61323..000000000
--- a/app/src/main/res/drawable-v21/bg_navdrawer_item.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="?colorControlHighlight">
-
- <item
- android:id="@android:id/mask"
- android:left="@dimen/spacer_1x"
- android:right="@dimen/spacer_1x">
-
- <shape android:shape="rectangle">
- <!-- value of color is irrelevant, but solid needs to be defined for mask to work -->
- <solid android:color="@color/bg_highlighted" />
- <corners android:radius="@dimen/spacer_1hx" />
- </shape>
- </item>
-
- <item
- android:left="@dimen/spacer_1x"
- android:right="@dimen/spacer_1x">
-
- <selector>
- <item android:state_checked="true">
- <shape android:shape="rectangle">
- <corners android:radius="@dimen/spacer_1hx" />
- <solid android:color="@color/bg_highlighted" />
- </shape>
- </item>
-
- <item>
- <shape android:shape="rectangle">
- <corners android:radius="@dimen/spacer_1hx" />
- </shape>
- </item>
- </selector>
- </item>
-
-</ripple> \ No newline at end of file