summaryrefslogtreecommitdiff
path: root/platform/android/viewer/res/drawable/page_num.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/res/drawable/page_num.xml')
-rw-r--r--platform/android/viewer/res/drawable/page_num.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/android/viewer/res/drawable/page_num.xml b/platform/android/viewer/res/drawable/page_num.xml
deleted file mode 100644
index 8d50df85..00000000
--- a/platform/android/viewer/res/drawable/page_num.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <padding android:left="8dp"
- android:right="8dp"
- android:top="1dp"
- android:bottom="2dp" />
- <solid android:color="@color/page_indicator" />
-</shape>