aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2013-07-01 09:31:35 +0200
committerjruesga <jorge@ruesga.com>2013-07-01 09:31:35 +0200
commit47f3acd059a238ad4bc44af082513bb6a56a506e (patch)
treedc74bb26cf95fbf33aedec3e4050e22ac5e154bb /res
parentf29d68d929061ccbb982019c5020be721bbef862 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-47f3acd059a238ad4bc44af082513bb6a56a506e.tar.gz
android_packages_wallpapers_PhotoPhase-47f3acd059a238ad4bc44af082513bb6a56a506e.tar.bz2
android_packages_wallpapers_PhotoPhase-47f3acd059a238ad4bc44af082513bb6a56a506e.zip
Remove unused attribute
Signed-off-by: jruesga <jorge@ruesga.com>
Diffstat (limited to 'res')
-rw-r--r--res/layout/album.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/album.xml b/res/layout/album.xml
index 94c87eb..e1fe217 100644
--- a/res/layout/album.xml
+++ b/res/layout/album.xml
@@ -17,8 +17,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/small_margin"
- android:orientation="vertical">
+ android:layout_marginBottom="@dimen/small_margin">
<include android:id="@+id/album_info"
layout="@layout/album_info"