Changing font is available. Fix subtitle on toolbar being cut if the font is large.

This commit is contained in:
Alex Ning
2020-06-10 15:43:34 +08:00
parent 4cd07e3bb6
commit 54a9f241d4
54 changed files with 293 additions and 120 deletions

View File

@@ -15,7 +15,8 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar_login_activity"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
app:popupTheme="@style/AppTheme.PopupOverlay"
app:navigationIcon="?attr/homeAsUpIndicator" />