summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/scrollbar_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable/scrollbar_line.xml')
-rw-r--r--core/src/main/res/drawable/scrollbar_line.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/src/main/res/drawable/scrollbar_line.xml b/core/src/main/res/drawable/scrollbar_line.xml
deleted file mode 100644
index 1d5362840..000000000
--- a/core/src/main/res/drawable/scrollbar_line.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
-
- <solid android:color="#33666666"/>
-
- <padding
- android:top="10dp"
- android:left="10dp"
- android:right="10dp"
- android:bottom="10dp"/>
-</shape>