About activity cards now have 8dp padding instead of 16dp.

This commit is contained in:
Karim Abou Zeid 2015-09-24 17:52:25 +02:00
commit 5d4ed7af50
3 changed files with 20 additions and 27 deletions

View file

@ -3,26 +3,26 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
android:padding="8dp">
<include layout="@layout/card_about_app" />
<include
layout="@layout/card_about_app"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp" />
<include
layout="@layout/card_author"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
android:layout_marginBottom="8dp" />
<include
layout="@layout/card_support_development"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
android:layout_marginBottom="8dp" />
<include
layout="@layout/card_special_thanks"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
<include layout="@layout/card_special_thanks" />
</LinearLayout>

View file

@ -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">