home fragment padding bottom

This commit is contained in:
X1nto 2020-05-11 00:06:54 +04:00
parent e8a391180f
commit c49cc0b119
1 changed files with 32 additions and 39 deletions

View File

@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:paddingBottom="12dp"
android:fillViewport="true" android:fillViewport="true"
android:scrollbars="none"> android:scrollbars="none">
@ -25,18 +26,12 @@
android:visibility="gone" android:visibility="gone"
tools:visibility="visible"/> tools:visibility="visible"/>
<com.vanced.manager.ui.core.SlidingLinearLayout
android:id="@+id/home_main_wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:orientation="vertical">
<include <include
android:id="@+id/home_vanced_wrapper" android:id="@+id/home_vanced_wrapper"
layout="@layout/include_vanced" layout="@layout/include_vanced"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="@dimen/stdp" android:layout_marginStart="@dimen/stdp"
android:layout_marginEnd="@dimen/stdp" /> android:layout_marginEnd="@dimen/stdp" />
@ -68,8 +63,6 @@
android:layout_marginTop="@dimen/stdp" android:layout_marginTop="@dimen/stdp"
android:layout_marginEnd="@dimen/stdp" /> android:layout_marginEnd="@dimen/stdp" />
</com.vanced.manager.ui.core.SlidingLinearLayout>
</LinearLayout> </LinearLayout>
</com.vanced.manager.ui.core.SlidingNestedScrollView> </com.vanced.manager.ui.core.SlidingNestedScrollView>