From 7044e9747fe56d67070ffa8689ce1637cf3cfccb Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 6 Feb 2012 20:39:53 -0800 Subject: [PATCH] Fixed dark transparent theme to work --- .../task_edit_background_transparent.xml | 21 ++++++++++++ .../task_list_wrapper_activity.xml | 1 + .../task_list_wrapper_activity.xml | 1 + .../res/layout/task_list_wrapper_activity.xml | 1 + astrid/res/values/styles.xml | 33 +++++++------------ 5 files changed, 35 insertions(+), 22 deletions(-) create mode 100644 astrid/res/drawable/task_edit_background_transparent.xml diff --git a/astrid/res/drawable/task_edit_background_transparent.xml b/astrid/res/drawable/task_edit_background_transparent.xml new file mode 100644 index 000000000..cd6e14b5d --- /dev/null +++ b/astrid/res/drawable/task_edit_background_transparent.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/astrid/res/layout-large-land/task_list_wrapper_activity.xml b/astrid/res/layout-large-land/task_list_wrapper_activity.xml index 645d6165c..d2a237e16 100644 --- a/astrid/res/layout-large-land/task_list_wrapper_activity.xml +++ b/astrid/res/layout-large-land/task_list_wrapper_activity.xml @@ -3,6 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + style="@style/Content" android:orientation="horizontal"> diff --git a/astrid/res/layout-large/task_list_wrapper_activity.xml b/astrid/res/layout-large/task_list_wrapper_activity.xml index 29bfff3b6..44ad9bb5a 100644 --- a/astrid/res/layout-large/task_list_wrapper_activity.xml +++ b/astrid/res/layout-large/task_list_wrapper_activity.xml @@ -3,6 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + style="@style/Content" android:orientation="horizontal"> diff --git a/astrid/res/layout/task_list_wrapper_activity.xml b/astrid/res/layout/task_list_wrapper_activity.xml index 53a9fed76..7f3cc135c 100644 --- a/astrid/res/layout/task_list_wrapper_activity.xml +++ b/astrid/res/layout/task_list_wrapper_activity.xml @@ -3,5 +3,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" + style="@style/Content" android:id="@+id/tasklist_fragment_container"> \ No newline at end of file diff --git a/astrid/res/values/styles.xml b/astrid/res/values/styles.xml index 4614671c1..a59a8c09f 100644 --- a/astrid/res/values/styles.xml +++ b/astrid/res/values/styles.xml @@ -7,7 +7,6 @@ - - -