Applied the default color scheme #5

This commit is contained in:
amazing-username
2019-03-12 21:29:39 -04:00
committed by amazing-username
parent 4663de6bb5
commit 748a28827b
10 changed files with 34 additions and 8 deletions
@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_background"
tools:context=".activities.SettingsActivity">
<android.support.design.widget.AppBarLayout
@@ -15,7 +16,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:background="@color/color_background"
app:popupTheme="@style/AppTheme.PopupOverlay" />
</android.support.design.widget.AppBarLayout>