aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-04 20:59:02 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-04 20:59:02 -0800
commit2f3068bd3f2db71d4750000f1e39d286a42b77c8 (patch)
treedee6a38cabe9c298b201e52393363c57ef4733f8 /res/layout
parentfbfb5a7464bd29131cfa8f4ef9da28c7b92c404b (diff)
downloaddsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.tar.gz
dsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.tar.bz2
dsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.zip
Get rid of unused resources
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/select_album_footer.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/layout/select_album_footer.xml b/res/layout/select_album_footer.xml
deleted file mode 100644
index c1a30a1a..00000000
--- a/res/layout/select_album_footer.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:background="@android:color/transparent"
- android:paddingTop="6dp"
- android:paddingBottom="0dp"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <Button android:id="@+id/select_album_more"
- android:text="@string/select_album.more"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:visibility="gone"
- android:layout_marginLeft="6dp"
- android:layout_marginRight="6dp"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="fill_parent"/>
-
-</LinearLayout>
-