aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-06-14 01:35:18 +0200
committerJorge Ruesga <jorge@ruesga.com>2014-06-14 01:35:18 +0200
commit7f174589ca89098fb8d13ce8fcfaf4d2d48835ad (patch)
tree82025b02ed989d14b4c52ec2d08593a34627d428 /res/layout
parentfeb37401adcd9f19de34f4e6c5d450d8d137fdc4 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-7f174589ca89098fb8d13ce8fcfaf4d2d48835ad.tar.gz
android_packages_wallpapers_PhotoPhase-7f174589ca89098fb8d13ce8fcfaf4d2d48835ad.tar.bz2
android_packages_wallpapers_PhotoPhase-7f174589ca89098fb8d13ce8fcfaf4d2d48835ad.zip
Tweak layouts
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/album_info.xml5
-rw-r--r--res/layout/pictures_view.xml1
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/album_info.xml b/res/layout/album_info.xml
index fa0e30e..c9510f9 100644
--- a/res/layout/album_info.xml
+++ b/res/layout/album_info.xml
@@ -17,7 +17,8 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:paddingBottom="@dimen/album_card_margin_bottom">
<org.cyanogenmod.wallpapers.photophase.widgets.AlbumInfoView
android:id="@+id/album_info"
@@ -54,9 +55,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_toRightOf="@id/album_thumbnail"
- android:layout_toLeftOf="@id/overflow_button"
android:layout_alignTop="@id/album_thumbnail"
android:layout_alignBottom="@id/album_thumbnail"
+ android:layout_alignParentEnd="true"
android:orientation="vertical"
style="@style/PhotoPhase.Album.Info">
diff --git a/res/layout/pictures_view.xml b/res/layout/pictures_view.xml
index 141fde6..68b658b 100644
--- a/res/layout/pictures_view.xml
+++ b/res/layout/pictures_view.xml
@@ -19,6 +19,7 @@
android:id="@+id/album_pictures_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingTop="@dimen/pictures_margin_top"
android:persistentDrawingCache="animation|scrolling"
android:listSelector="@android:color/transparent"
android:divider="@android:color/transparent"