aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/fast_scroller_bubble.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/fast_scroller_bubble.xml')
-rw-r--r--app/src/main/res/drawable/fast_scroller_bubble.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/fast_scroller_bubble.xml b/app/src/main/res/drawable/fast_scroller_bubble.xml
new file mode 100644
index 00000000..02dfee5b
--- /dev/null
+++ b/app/src/main/res/drawable/fast_scroller_bubble.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <corners
+ android:topLeftRadius="44dp"
+ android:topRightRadius="44dp"
+ android:bottomLeftRadius="44dp"
+ android:bottomRightRadius="0px"/>
+
+ <solid android:color="#FF0288D1"/>
+
+ <size
+ android:height="88dp"
+ android:width="88dp"/>
+</shape> \ No newline at end of file