Remove empty space at bottom in tablet mode
This commit is contained in:
parent
f960f03dbb
commit
bae53cb0dc
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@
|
||||||
android:id="@+id/secondary_fragment"
|
android:id="@+id/secondary_fragment"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_weight="1618"
|
android:layout_weight="1618" />
|
||||||
android:layout_marginBottom="70dp" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue