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-26 12:59:39 +0300
committerChristine Emrich <christine.emrich@web.de>2015-11-27 12:59:33 +0300
commitdd3256d962aa9e81fcfc4a0732bd985d06a27a09 (patch)
treebf5c922db95bd05691f51329d8949894d7d1e33a /News-Android-App/src/main/res/drawable
parentc0c6a47ad1c066f610da5d18b346443244f999d8 (diff)
Deleted unused resources.
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/checkbox_background_holo_light.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/News-Android-App/src/main/res/drawable/checkbox_background_holo_light.xml b/News-Android-App/src/main/res/drawable/checkbox_background_holo_light.xml
deleted file mode 100644
index c37cf90c..00000000
--- a/News-Android-App/src/main/res/drawable/checkbox_background_holo_light.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- <item android:state_checked="false" android:drawable="@drawable/btn_rating_star_off_normal_holo_light" />
- <item android:state_checked="true" android:drawable="@drawable/btn_rating_star_on_normal_holo_light" /> -->
-
- <item android:state_checked="false" android:drawable="@drawable/ic_action_star_border_light" />
- <item android:state_checked="true" android:drawable="@drawable/ic_action_star_light" />
-
-</selector> \ No newline at end of file