Fix font issues

This commit is contained in:
h4h13 2019-04-09 22:59:48 +05:30
parent 614d687827
commit 6eb59f6af3
18 changed files with 72 additions and 55 deletions

View file

@ -22,6 +22,7 @@
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:elevation="0dp"
app:elevation="0dp">
@ -47,6 +48,7 @@
android:layout_marginEnd="16dp"
app:civ_border="false" />
</androidx.appcompat.widget.Toolbar>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView