Added design to tag editoru

This commit is contained in:
h4h13 2019-11-12 23:02:30 +05:30
parent c5aa167c1c
commit f88162c92d
30 changed files with 145 additions and 234 deletions

View file

@ -73,7 +73,7 @@
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">
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<include layout="@layout/home_content" />
</androidx.core.widget.NestedScrollView>