Skip to content

Commit

Permalink
view: change ToolBar TextAppearance back to textAppearanceTitleMedium
Browse files Browse the repository at this point in the history
Signed-off-by: Art_Chen <[email protected]>
  • Loading branch information
Art-Chen committed Oct 17, 2023
1 parent 3d9b68b commit ef480ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/settings_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:elevation="0dp"
app:titleTextAppearance="?attr/textAppearanceTitleMedium"
android:theme="@style/ThemeOverlay.MaterialComponents.ActionBar"
app:layout_collapseMode="pin"
app:title="@string/app_name" />
</com.google.android.material.appbar.CollapsingToolbarLayout>
Expand Down

0 comments on commit ef480ab

Please sign in to comment.