Create two themes

The finnmglasTheme and the darkTheme
This commit is contained in:
Finn M Glas 2020-05-22 17:25:32 +02:00
parent f6c20098b5
commit 16c180a725
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 28 additions and 41 deletions

View file

@ -5,14 +5,12 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimaryDark"
tools:context=".ChooseActivity">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimaryDark"
android:gravity="center"
android:theme="@style/AppTheme.AppBarOverlay"
app:layout_constraintEnd_toEndOf="parent"
@ -49,7 +47,7 @@
android:paddingLeft="16sp"
android:paddingRight="16sp"
android:text="@string/fa_close_window"
android:textColor="#ffffff"
android:textColor="?attr/colorAccent"
android:textSize="22sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"