First version of dark theme

This commit is contained in:
2016-04-08 17:15:14 -04:00
parent de8018af7d
commit f0701f7b35
17 changed files with 117 additions and 44 deletions

View File

@@ -21,7 +21,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/windowBackground"
android:background="?windowBackgroundColor"
android:fillViewport="true">
<LinearLayout

View File

@@ -31,10 +31,10 @@
dslv:sort_enabled="true"
dslv:track_drag_sort="false"
android:layout_width="match_parent"
android:background="@color/windowBackground"
android:background="?windowBackgroundColor"
android:paddingTop="@dimen/checkmarkHeight"
android:layout_height="match_parent"
android:divider="@color/windowBackground"
android:divider="?windowBackgroundColor"
android:dividerHeight="1dp"/>
<LinearLayout

View File

@@ -25,7 +25,7 @@
android:layout_width="20dp"
android:layout_height="20dp"
android:background="@color/transparent"
android:textColor="@color/fadedTextColor"
android:textColor="?fadedTextColor"
android:textAllCaps="true"
android:textStyle="bold"
android:textSize="10sp"/>

View File

@@ -22,7 +22,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/windowBackground"
android:background="?windowBackgroundColor"
android:fillViewport="true">
<LinearLayout