Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2015-07-15 21:09:36 +0300
committerDaniel Schaal <daniel@schaal.email>2015-07-19 10:14:48 +0300
commit8d2519abe915a54704a00d997a2bd66383985802 (patch)
treeaef1344575dc8ff7e5b249a1aa3d6edfd29a6601 /News-Android-App/src/main/res/drawable
parentf7a3d8f0473a17357e3d876ee6af12273a56ccdd (diff)
remove more unused layouts
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/checkbox_background_empty.xml8
-rw-r--r--News-Android-App/src/main/res/drawable/empty_checkbox_button.xml4
-rw-r--r--News-Android-App/src/main/res/drawable/listview_selector.xml18
-rw-r--r--News-Android-App/src/main/res/drawable/listview_shadow.xml11
-rw-r--r--News-Android-App/src/main/res/drawable/progress_circle.xml22
5 files changed, 0 insertions, 63 deletions
diff --git a/News-Android-App/src/main/res/drawable/checkbox_background_empty.xml b/News-Android-App/src/main/res/drawable/checkbox_background_empty.xml
deleted file mode 100644
index 901dca42..00000000
--- a/News-Android-App/src/main/res/drawable/checkbox_background_empty.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item android:state_checked="false" android:drawable="@drawable/empty_checkbox_button" />
- <item android:state_checked="true" android:drawable="@drawable/empty_checkbox_button" />
-
-</selector> \ No newline at end of file
diff --git a/News-Android-App/src/main/res/drawable/empty_checkbox_button.xml b/News-Android-App/src/main/res/drawable/empty_checkbox_button.xml
deleted file mode 100644
index 6f22b536..00000000
--- a/News-Android-App/src/main/res/drawable/empty_checkbox_button.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
-
-</shape> \ No newline at end of file
diff --git a/News-Android-App/src/main/res/drawable/listview_selector.xml b/News-Android-App/src/main/res/drawable/listview_selector.xml
deleted file mode 100644
index ad9f9d5b..00000000
--- a/News-Android-App/src/main/res/drawable/listview_selector.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<selector>
- <!--
- <item android:state_pressed="true" android:drawable="@drawable/list_pressed" />
- <item android:state_activated="true" android:drawable="@drawable/list_arrow_activated" /> -->
-
- <!--
- <item android:drawable="@drawable/listview_shadow" />
- -->
-
-
- <!--
- <item android:state_pressed="true" android:background="@color/abs__bright_foreground_holo_dark" />
- <item android:state_activated="true" android:background="@color/abs__bright_foreground_holo_dark" />
- <item android:background="@color/abs__background_holo_dark" />
- -->
-</selector>
diff --git a/News-Android-App/src/main/res/drawable/listview_shadow.xml b/News-Android-App/src/main/res/drawable/listview_shadow.xml
deleted file mode 100644
index 913f9144..00000000
--- a/News-Android-App/src/main/res/drawable/listview_shadow.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item>
- <shape android:shape="rectangle">
- <gradient
- android:startColor="@color/slider_listview_background_color_dark_theme"
- android:endColor="#333333" />
- </shape>
- </item>
-</layer-list> \ No newline at end of file
diff --git a/News-Android-App/src/main/res/drawable/progress_circle.xml b/News-Android-App/src/main/res/drawable/progress_circle.xml
deleted file mode 100644
index b20909bd..00000000
--- a/News-Android-App/src/main/res/drawable/progress_circle.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<rotate xmlns:android="http://schemas.android.com/apk/res/android"
- android:fromDegrees="90"
- android:pivotX="50%"
- android:pivotY="50%"
- android:toDegrees="360">
-
- <shape
- android:innerRadiusRatio="6"
- android:shape="ring"
- android:thicknessRatio="3.0">
- <gradient
- android:centerColor="#ffd6aa98"
- android:endColor="#007DD6"
- android:startColor="#007DD6"
- android:angle="0"
- android:type="sweep"
- android:useLevel="false" />
- </shape>
-
-</rotate> \ No newline at end of file