fix big screen

This commit is contained in:
hemanthStack 2019-10-10 19:32:24 +05:30
parent e40fee6eeb
commit a5afb18929
16 changed files with 36 additions and 29 deletions

View file

@ -71,6 +71,8 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<include layout="@layout/home_content" />