OSDN Git Service

Flip background color
authoreagletmt <eagletmt@gmail.com>
Sun, 21 Oct 2012 06:13:58 +0000 (15:13 +0900)
committereagletmt <eagletmt@gmail.com>
Sun, 21 Oct 2012 06:15:16 +0000 (15:15 +0900)
Blue: not downloaded yet
Gray: already downloaded

CUTEn/res/values/colors.xml

index 29a683f..2b9eacd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
-    <color name="lecture_normal_color">#90808080</color>
-    <color name="lecture_download_color">#B04095BF</color>
+    <color name="lecture_normal_color">#B04095BF</color>
+    <color name="lecture_download_color">#90808080</color>
 
-</resources>
\ No newline at end of file
+</resources>