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:
authorDaniel Schaal <farbing@web.de>2015-06-26 16:29:46 +0300
committerDaniel Schaal <farbing@web.de>2015-06-26 21:48:09 +0300
commitbcbcf005c5806a8a360528cf6a8dfeda9fe75342 (patch)
tree357d771f6f30f57b7de0f209dc6562ed3de7ff20 /News-Android-App/src/main/res/drawable
parent6f1d3826784b10fb880c3b2e7a0b9945d7d600d4 (diff)
Use material icons
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/checkbox_background_holo_dark.xml4
-rw-r--r--News-Android-App/src/main/res/drawable/checkbox_background_holo_light.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/News-Android-App/src/main/res/drawable/checkbox_background_holo_dark.xml b/News-Android-App/src/main/res/drawable/checkbox_background_holo_dark.xml
index 71f7d673..fd8bad89 100644
--- a/News-Android-App/src/main/res/drawable/checkbox_background_holo_dark.xml
+++ b/News-Android-App/src/main/res/drawable/checkbox_background_holo_dark.xml
@@ -5,7 +5,7 @@
<!-- <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/btn_rating_star_off_normal_holo_dark" />
- <item android:state_checked="true" android:drawable="@drawable/btn_rating_star_on_normal_holo_dark" />
+ <item android:state_checked="false" android:drawable="@drawable/ic_action_star_border_dark" />
+ <item android:state_checked="true" android:drawable="@drawable/ic_action_star_dark" />
</selector> \ No newline at end of file
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
index ea4916ce..c37cf90c 100644
--- 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
@@ -5,7 +5,7 @@
<!-- <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/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