Added landscape and rtl support for the new about screen.
This commit is contained in:
parent
3d87e57856
commit
4e5b04d9aa
7 changed files with 88 additions and 30 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue