summaryrefslogtreecommitdiff
path: root/res/drawable/round_rect_folder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/round_rect_folder.xml')
-rw-r--r--res/drawable/round_rect_folder.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/round_rect_folder.xml b/res/drawable/round_rect_folder.xml
index 6c5864e2e9..8b3d06ca9b 100644
--- a/res/drawable/round_rect_folder.xml
+++ b/res/drawable/round_rect_folder.xml
@@ -16,6 +16,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="?attr/folderBackgroundColor" />
+ <solid android:color="?attr/folderFillColor" />
<corners android:radius="@dimen/bg_round_rect_radius" />
</shape>