From 5d4ed7af509e4f5a8e1fd1f136cab345aaa2ab74 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 24 Sep 2015 17:52:25 +0200 Subject: [PATCH] About activity cards now have 8dp padding instead of 16dp. --- .../layout-w640dp/activity_about_content.xml | 28 ++++++++----------- .../res/layout/activity_about_content.xml | 18 ++++++------ .../main/res/layout/card_special_thanks.xml | 1 - 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/app/src/main/res/layout-w640dp/activity_about_content.xml b/app/src/main/res/layout-w640dp/activity_about_content.xml index ab207de1..a1129570 100644 --- a/app/src/main/res/layout-w640dp/activity_about_content.xml +++ b/app/src/main/res/layout-w640dp/activity_about_content.xml @@ -3,10 +3,12 @@ xmlns:grid="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="16dp" + android:padding="8dp" grid:alignmentMode="alignBounds"> - - + android:layout_marginBottom="8dp" /> + + @@ -42,13 +39,10 @@ - - + android:layout_marginBottom="8dp" /> + + diff --git a/app/src/main/res/layout/activity_about_content.xml b/app/src/main/res/layout/activity_about_content.xml index 5cd875b8..3ade351e 100644 --- a/app/src/main/res/layout/activity_about_content.xml +++ b/app/src/main/res/layout/activity_about_content.xml @@ -3,26 +3,26 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:padding="16dp"> + android:padding="8dp"> - + + android:layout_marginBottom="8dp" /> + android:layout_marginBottom="8dp" /> - + \ No newline at end of file diff --git a/app/src/main/res/layout/card_special_thanks.xml b/app/src/main/res/layout/card_special_thanks.xml index 813fb838..9202b28a 100644 --- a/app/src/main/res/layout/card_special_thanks.xml +++ b/app/src/main/res/layout/card_special_thanks.xml @@ -4,7 +4,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_marginTop="16dp" app:cardBackgroundColor="?cardBackgroundColor" app:cardUseCompatPadding="true">