diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-04 20:59:02 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-04 20:59:02 -0800 |
commit | 2f3068bd3f2db71d4750000f1e39d286a42b77c8 (patch) | |
tree | dee6a38cabe9c298b201e52393363c57ef4733f8 /res/layout | |
parent | fbfb5a7464bd29131cfa8f4ef9da28c7b92c404b (diff) | |
download | dsub-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.xml | 21 |
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>
-
|