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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Emrich <christine.emrich@web.de>2015-11-24 19:46:20 +0300
committerChristine Emrich <christine.emrich@web.de>2015-11-27 12:53:35 +0300
commita0e68908b131394220a878beb95ea7055c51c89a (patch)
tree45d6e8ed3f07ad9a8c0adbc6bdc6c3d05e8a3042 /News-Android-App/src/main/res/drawable
parente7979593ca8630f8fc25c733dd40c5224991f239 (diff)
Fixed "Unexpected resource reference type" error.
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/options_menu_item_color.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/News-Android-App/src/main/res/drawable/options_menu_item_color.xml b/News-Android-App/src/main/res/drawable/options_menu_item_color.xml
deleted file mode 100644
index 214097c0..00000000
--- a/News-Android-App/src/main/res/drawable/options_menu_item_color.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:color="#88c0c0c0" />
- <item android:color="#ffc0c0c0"/>
-</selector>