summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-10-07 15:20:17 -0700
committerTony Mantler <nicoya@google.com>2014-10-07 15:20:17 -0700
commit0f372c771ac91112b397a2048b7e68c1b33d2549 (patch)
treec5671b19d76ebf020e18e1e659beeb70ea8b2d99
parent5e0a5cacbe7fad3307986eb9e830c06d0674a8dc (diff)
downloadandroid_packages_apps_UnifiedEmail-0f372c771ac91112b397a2048b7e68c1b33d2549.tar.gz
android_packages_apps_UnifiedEmail-0f372c771ac91112b397a2048b7e68c1b33d2549.tar.bz2
android_packages_apps_UnifiedEmail-0f372c771ac91112b397a2048b7e68c1b33d2549.zip
Restyle account setup flow nav buttons
b/17266006 Change-Id: I9257c3a4b45883af6e0ea7dc5aeb732756e414bf
-rw-r--r--res/drawable-hdpi/ic_next_24dp.pngbin0 -> 2901 bytes
-rw-r--r--res/drawable-ldrtl/ic_next.xml21
-rw-r--r--res/drawable-ldrtl/ic_prev.xml20
-rw-r--r--res/drawable-mdpi/ic_next_24dp.pngbin0 -> 2850 bytes
-rw-r--r--res/drawable-xhdpi/ic_next_24dp.pngbin0 -> 2949 bytes
-rw-r--r--res/drawable-xxhdpi/ic_next_24dp.pngbin0 -> 3059 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_next_24dp.pngbin0 -> 3182 bytes
-rw-r--r--res/drawable/ic_next.xml20
-rw-r--r--res/drawable/ic_prev.xml21
-rw-r--r--res/values/colors.xml4
10 files changed, 85 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_next_24dp.png b/res/drawable-hdpi/ic_next_24dp.png
new file mode 100644
index 000000000..b88f55704
--- /dev/null
+++ b/res/drawable-hdpi/ic_next_24dp.png
Binary files differ
diff --git a/res/drawable-ldrtl/ic_next.xml b/res/drawable-ldrtl/ic_next.xml
new file mode 100644
index 000000000..6e585dfd3
--- /dev/null
+++ b/res/drawable-ldrtl/ic_next.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to The Android Open Source Project.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@drawable/ic_next_24dp"
+ android:fromDegrees="180"
+ android:toDegrees="180" />
diff --git a/res/drawable-ldrtl/ic_prev.xml b/res/drawable-ldrtl/ic_prev.xml
new file mode 100644
index 000000000..34586dd1b
--- /dev/null
+++ b/res/drawable-ldrtl/ic_prev.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to The Android Open Source Project.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_next_24dp" />
diff --git a/res/drawable-mdpi/ic_next_24dp.png b/res/drawable-mdpi/ic_next_24dp.png
new file mode 100644
index 000000000..6ed579c5f
--- /dev/null
+++ b/res/drawable-mdpi/ic_next_24dp.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_next_24dp.png b/res/drawable-xhdpi/ic_next_24dp.png
new file mode 100644
index 000000000..1efbf0972
--- /dev/null
+++ b/res/drawable-xhdpi/ic_next_24dp.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_next_24dp.png b/res/drawable-xxhdpi/ic_next_24dp.png
new file mode 100644
index 000000000..2d90b17bf
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_next_24dp.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_next_24dp.png b/res/drawable-xxxhdpi/ic_next_24dp.png
new file mode 100644
index 000000000..4e7264d9f
--- /dev/null
+++ b/res/drawable-xxxhdpi/ic_next_24dp.png
Binary files differ
diff --git a/res/drawable/ic_next.xml b/res/drawable/ic_next.xml
new file mode 100644
index 000000000..34586dd1b
--- /dev/null
+++ b/res/drawable/ic_next.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to The Android Open Source Project.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_next_24dp" />
diff --git a/res/drawable/ic_prev.xml b/res/drawable/ic_prev.xml
new file mode 100644
index 000000000..6e585dfd3
--- /dev/null
+++ b/res/drawable/ic_prev.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to The Android Open Source Project.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@drawable/ic_next_24dp"
+ android:fromDegrees="180"
+ android:toDegrees="180" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 74cc016a4..f69b0ef43 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,6 +19,7 @@
<color name="text_color_medium_grey">#9e9e9e</color>
<color name="text_color_grey">#757575</color>
<color name="text_color_black">#212121</color>
+ <color name="text_color_disabled">#bdbdbd</color>
<color name="accent_blue">#4285f4</color>
<color name="text_color_blue">@color/accent_blue</color>
<color name="text_color_draft_red">@color/primary_color</color>
@@ -26,6 +27,7 @@
<color name="gray_text_color">#777777</color>
<color name="dark_gray_text_color">#58585b</color>
<color name="light_gray">#cccccc</color>
+ <color name="very_light_grey">#f5f5f5</color>
<!-- if you want to make something blue, please try to use THIS blue -->
<color name="mail_app_blue">@android:color/holo_blue_light</color>
<color name="divider_color">#e5e5e5</color>
@@ -70,7 +72,7 @@
<!-- Conversation message header colors -->
<color name="conversation_view_border_color">@color/divider_color</color>
- <color name="conversation_view_background_color">#f5f5f5</color>
+ <color name="conversation_view_background_color">@color/very_light_grey</color>
<color name="conversation_view_text_color_light">@color/text_color_grey</color>
<color name="conversation_view_text_color_dark">@color/text_color_black</color>
<color name="conversation_view_text_color_link_blue">@color/text_color_blue</color>