diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_focused.9.png b/astrid/res/drawable-hdpi/custom_tab_indicator_focused.9.png deleted file mode 100755 index 8d36d7de7..000000000 Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_focused.9.png and /dev/null differ diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected.9.png b/astrid/res/drawable-hdpi/custom_tab_indicator_unselected.9.png deleted file mode 100755 index 43ec872c5..000000000 Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected.9.png and /dev/null differ diff --git a/astrid/res/drawable/custom_tab_indicator.xml b/astrid/res/drawable/custom_tab_indicator.xml index e71b9c3c1..709b7829f 100755 --- a/astrid/res/drawable/custom_tab_indicator.xml +++ b/astrid/res/drawable/custom_tab_indicator.xml @@ -15,20 +15,13 @@ --> + - + - - - - - - + - - - diff --git a/astrid/res/drawable/custom_tab_indicator_dark.xml b/astrid/res/drawable/custom_tab_indicator_dark.xml new file mode 100755 index 000000000..0cba346e8 --- /dev/null +++ b/astrid/res/drawable/custom_tab_indicator_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + diff --git a/astrid/res/drawable/custom_tab_indicator_dark_selected.9.png b/astrid/res/drawable/custom_tab_indicator_dark_selected.9.png new file mode 100644 index 000000000..4dd0f9bbb Binary files /dev/null and b/astrid/res/drawable/custom_tab_indicator_dark_selected.9.png differ diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png b/astrid/res/drawable/custom_tab_indicator_dark_selected_focused.9.png old mode 100755 new mode 100644 similarity index 92% rename from astrid/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png rename to astrid/res/drawable/custom_tab_indicator_dark_selected_focused.9.png index 50fbb169e..b8f9ccdcf Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected_pressed.9.png and b/astrid/res/drawable/custom_tab_indicator_dark_selected_focused.9.png differ diff --git a/astrid/res/drawable/custom_tab_indicator_dark_unselected.9.png b/astrid/res/drawable/custom_tab_indicator_dark_unselected.9.png new file mode 100644 index 000000000..6621e3dfa Binary files /dev/null and b/astrid/res/drawable/custom_tab_indicator_dark_unselected.9.png differ diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png b/astrid/res/drawable/custom_tab_indicator_dark_unselected_focused.9.png old mode 100755 new mode 100644 similarity index 92% rename from astrid/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png rename to astrid/res/drawable/custom_tab_indicator_dark_unselected_focused.9.png index a0fe23105..1523e0f15 Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_selected_pressed.9.png and b/astrid/res/drawable/custom_tab_indicator_dark_unselected_focused.9.png differ diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_selected.9.png b/astrid/res/drawable/custom_tab_indicator_selected.9.png similarity index 100% rename from astrid/res/drawable-hdpi/custom_tab_indicator_selected.9.png rename to astrid/res/drawable/custom_tab_indicator_selected.9.png diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_selected_focused.9.png b/astrid/res/drawable/custom_tab_indicator_selected_focused.9.png similarity index 92% rename from astrid/res/drawable-hdpi/custom_tab_indicator_selected_focused.9.png rename to astrid/res/drawable/custom_tab_indicator_selected_focused.9.png index 536d483ed..56bdd19b0 100755 Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_selected_focused.9.png and b/astrid/res/drawable/custom_tab_indicator_selected_focused.9.png differ diff --git a/astrid/res/drawable/custom_tab_indicator_unselected.9.png b/astrid/res/drawable/custom_tab_indicator_unselected.9.png new file mode 100755 index 000000000..b08250f56 Binary files /dev/null and b/astrid/res/drawable/custom_tab_indicator_unselected.9.png differ diff --git a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png b/astrid/res/drawable/custom_tab_indicator_unselected_focused.9.png similarity index 92% rename from astrid/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png rename to astrid/res/drawable/custom_tab_indicator_unselected_focused.9.png index 50fbb169e..24da9420b 100755 Binary files a/astrid/res/drawable-hdpi/custom_tab_indicator_unselected_focused.9.png and b/astrid/res/drawable/custom_tab_indicator_unselected_focused.9.png differ diff --git a/astrid/res/layout/task_edit_activity.xml b/astrid/res/layout/task_edit_activity.xml index 0b18e0a97..2998e0f68 100644 --- a/astrid/res/layout/task_edit_activity.xml +++ b/astrid/res/layout/task_edit_activity.xml @@ -26,7 +26,7 @@ android:layout_height="wrap_content" android:layout_margin="3dip" android:gravity="center_vertical" - android:background="@drawable/task_edit_background" + style="@style/EditRow" android:orientation="horizontal" android:paddingRight="6dip" > @@ -58,7 +58,7 @@ android:layout_height="fill_parent" android:layout_margin="3dip" android:layout_marginTop="10dip" - android:background="@drawable/task_edit_background" + style="@style/EditRow" android:orientation="vertical" > @@ -67,7 +67,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" - android:background="@drawable/task_edit_background" + style="@style/EditRow" android:visibility="gone" > - @@ -88,7 +88,7 @@ android:layout_height="wrap_content" android:layout_margin="3dip" android:layout_marginBottom="0dip" - android:background="@drawable/task_edit_background" + style="@style/EditRow" android:orientation="vertical" android:visibility="gone"> diff --git a/astrid/res/values/attrs.xml b/astrid/res/values/attrs.xml index d666a9827..cb5186cf8 100644 --- a/astrid/res/values/attrs.xml +++ b/astrid/res/values/attrs.xml @@ -5,6 +5,7 @@ + diff --git a/astrid/res/values/styles.xml b/astrid/res/values/styles.xml index b209e0b48..7c7526f82 100644 --- a/astrid/res/values/styles.xml +++ b/astrid/res/values/styles.xml @@ -23,8 +23,9 @@ @drawable/mic_button_gray @drawable/camera_button_gray @drawable/lists_disclosure_gray - #272327 + #171317 @drawable/task_edit_background + @drawable/custom_tab_indicator_dark @drawable/header_background useLogo|showHome|showTitle @@ -74,6 +75,7 @@ @drawable/camera_button_red @drawable/lists_disclosure_red @drawable/task_edit_background_white + @drawable/custom_tab_indicator @android:color/white useLogo|showHome|showTitle @@ -344,10 +346,11 @@