Added landscape and rtl support for the new about screen.

This commit is contained in:
Karim Abou Zeid 2015-09-06 20:46:42 +02:00
commit 4e5b04d9aa
7 changed files with 88 additions and 30 deletions

View file

@ -19,33 +19,7 @@
android:clipToPadding="false"
android:isScrollContainer="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
<include layout="@layout/card_about_app" />
<include
layout="@layout/card_author"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
<include
layout="@layout/card_support_development"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
<include
layout="@layout/card_special_thanks"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp" />
</LinearLayout>
<include layout="@layout/activity_about_content" />
</ScrollView>