summaryrefslogtreecommitdiffstats
path: root/res/drawable/apps_list_fastscroll_bg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/apps_list_fastscroll_bg.xml')
-rw-r--r--res/drawable/apps_list_fastscroll_bg.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/drawable/apps_list_fastscroll_bg.xml b/res/drawable/apps_list_fastscroll_bg.xml
index 4ec18488b..780d3b0c3 100644
--- a/res/drawable/apps_list_fastscroll_bg.xml
+++ b/res/drawable/apps_list_fastscroll_bg.xml
@@ -18,7 +18,10 @@
android:shape="rectangle">
<solid android:color="@color/apps_view_scrollbar_thumb_color" />
<size
- android:width="48dp"
- android:height="48dp" />
- <corners android:radius="4dp" />
+ android:width="64dp"
+ android:height="64dp" />
+ <corners
+ android:topLeftRadius="64dp"
+ android:topRightRadius="64dp"
+ android:bottomLeftRadius="64dp" />
</shape> \ No newline at end of file