This commit is contained in:
GuiNerd
2019-09-14 12:59:04 -03:00
parent f12b7d0e8b
commit 3d7dcb8823
1944 changed files with 179636 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />