Skip to content

Commit

Permalink
make it build again
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Sep 6, 2024
1 parent b28c692 commit 438503d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/layout/toolbar.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.Dark"
app:popupTheme="@style/Theme.Bubble.ToolbarPopup">
</androidx.appcompat.widget.Toolbar>

0 comments on commit 438503d

Please sign in to comment.