Changed visual theme to a dark style. Also, set up things for a future switchable light/dark theme.

This commit is contained in:
Vavassor 2017-02-13 00:18:17 -05:00
commit 22a2a31afe
44 changed files with 377 additions and 230 deletions

View file

@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="?attr/actionBarSize"
android:background="@color/account_header_background">
android:background="?attr/account_header_background_color">
<com.android.volley.toolbox.NetworkImageView
android:layout_width="match_parent"
@ -79,8 +79,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:background="@color/colorPrimary"
android:layout_gravity="top"
app:layout_collapseMode="pin" />