summaryrefslogtreecommitdiff
path: root/res/layout/miroguide_categorylist.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-19 01:05:48 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-19 01:05:48 +0200
commit1ee50e81ae8a86bcf2348d956f23c84fbce21b14 (patch)
treefd934ea167aaf9ccee4c73186bcaa766f5715e05 /res/layout/miroguide_categorylist.xml
parentfe7af4265d8ed83c2efc4da05c23420934814150 (diff)
downloadAntennaPod-1ee50e81ae8a86bcf2348d956f23c84fbce21b14.zip
Removed unused resources, reduced number of lint warnings
Diffstat (limited to 'res/layout/miroguide_categorylist.xml')
-rw-r--r--res/layout/miroguide_categorylist.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/layout/miroguide_categorylist.xml b/res/layout/miroguide_categorylist.xml
deleted file mode 100644
index 71d5e828d..000000000
--- a/res/layout/miroguide_categorylist.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <ListView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center" />
-
-</LinearLayout> \ No newline at end of file