Fix tablet layout crashing
This commit is contained in:
parent
dac7bd16b7
commit
4e48e10be0
17 changed files with 103 additions and 141 deletions
|
@ -1,37 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.gridlayout.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:grid="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
grid:alignmentMode="alignBounds">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
xmlns:grid="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="0"
|
||||
grid:layout_columnWeight="1"
|
||||
grid:layout_row="0">
|
||||
android:padding="8dp"
|
||||
grid:alignmentMode="alignBounds">
|
||||
|
||||
<include layout="@layout/card_retro_info"/>
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="0"
|
||||
grid:layout_columnWeight="1"
|
||||
grid:layout_row="0">
|
||||
|
||||
<include layout="@layout/card_credit"/>
|
||||
</LinearLayout>
|
||||
<include layout="@layout/card_credit" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="1"
|
||||
grid:layout_columnWeight="1"
|
||||
grid:layout_row="0">
|
||||
<include layout="@layout/card_social" />
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/card_social"/>
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:orientation="vertical"
|
||||
grid:layout_column="1"
|
||||
grid:layout_columnWeight="1"
|
||||
grid:layout_row="0">
|
||||
|
||||
<include layout="@layout/card_other"/>
|
||||
<include layout="@layout/card_retro_info" />
|
||||
|
||||
</LinearLayout>
|
||||
<include layout="@layout/card_other" />
|
||||
</LinearLayout>
|
||||
</androidx.gridlayout.widget.GridLayout>
|
Loading…
Add table
Add a link
Reference in a new issue