Initial commit

This commit is contained in:
2020-03-11 14:55:38 +01:00
commit 7501fd9a57
56 changed files with 1360 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/AppTheme"
app:popupTheme="@style/Theme.AppCompat.Light.DarkActionBar" />
</merge>