Skip to content

Commit

Permalink
Use Material 3 Toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 authored and thestinger committed Apr 19, 2024
1 parent 23252b9 commit a5785e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/res/layout/activity_attestation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay">

<androidx.appcompat.widget.Toolbar
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:popupTheme="@style/AppTheme.PopupOverlay" />
android:layout_height="?attr/actionBarSize" />

</com.google.android.material.appbar.AppBarLayout>

Expand Down

0 comments on commit a5785e7

Please sign in to comment.