summaryrefslogtreecommitdiff
path: root/platform/android/viewer/res/drawable/seek_progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/res/drawable/seek_progress.xml')
-rw-r--r--platform/android/viewer/res/drawable/seek_progress.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/android/viewer/res/drawable/seek_progress.xml b/platform/android/viewer/res/drawable/seek_progress.xml
deleted file mode 100644
index 328139c2..00000000
--- a/platform/android/viewer/res/drawable/seek_progress.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="line" >
- <stroke android:width="6dp" android:color="@color/seek_progress" />
-</shape>