summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-07-01 19:31:11 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-07-01 19:31:11 -0400
commit8c885882dc0642f2dbf313980441911edd9f9cc7 (patch)
tree3163df426ac347377e2b45e07e9916d0c2d1330a /app/src/main/res
parent6d0abdcad2288ff751c6b5ad195a314c812491c0 (diff)
Make selectedItems Set instead of SparseBooleanArray
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/drawable/selected_rectangle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/selected_rectangle.xml b/app/src/main/res/drawable/selected_rectangle.xml
index bd3c40ae..ec8d2ad8 100644
--- a/app/src/main/res/drawable/selected_rectangle.xml
+++ b/app/src/main/res/drawable/selected_rectangle.xml
@@ -13,7 +13,7 @@
<item android:bottom="2dp" android:left="1dp" android:right="1dp">
<shape android:shape="rectangle" android:dither="true">
<corners android:radius="2dp" />
- <solid android:color="@color/grey_100" />
+ <solid android:color="@color/blue_grey_100" />
<padding android:bottom="2dp" android:left="1dp"/>
</shape>