summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_attach_file.pngbin1174 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_attach_file.pngbin855 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_attach_file.pngbin1448 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_attach_file.pngbin2015 -> 0 bytes
-rw-r--r--res/layout/widget.xml2
-rw-r--r--res/values-v19/drawables.xml20
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/styles.xml4
8 files changed, 6 insertions, 21 deletions
diff --git a/res/drawable-hdpi/ic_attach_file.png b/res/drawable-hdpi/ic_attach_file.png
deleted file mode 100644
index 7479681cb..000000000
--- a/res/drawable-hdpi/ic_attach_file.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_attach_file.png b/res/drawable-mdpi/ic_attach_file.png
deleted file mode 100644
index 772fcddd4..000000000
--- a/res/drawable-mdpi/ic_attach_file.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_attach_file.png b/res/drawable-xhdpi/ic_attach_file.png
deleted file mode 100644
index b9264070f..000000000
--- a/res/drawable-xhdpi/ic_attach_file.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_attach_file.png b/res/drawable-xxhdpi/ic_attach_file.png
deleted file mode 100644
index 2a193df19..000000000
--- a/res/drawable-xxhdpi/ic_attach_file.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/widget.xml b/res/layout/widget.xml
index c671a8649..cd6897d82 100644
--- a/res/layout/widget.xml
+++ b/res/layout/widget.xml
@@ -83,7 +83,7 @@
android:layout_weight="1"
android:cacheColorHint="#00000000"
android:background="@drawable/gradient_bg_widget_holo"
- style="@style/ConversationListFade" />
+ style="@style/WidgetConversationListFade" />
<TextView
android:id="@+id/empty_conversation_list"
android:layout_width="match_parent"
diff --git a/res/values-v19/drawables.xml b/res/values-v19/drawables.xml
deleted file mode 100644
index 17f03bfda..000000000
--- a/res/values-v19/drawables.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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.
--->
-<resources>
- <drawable name="ic_attach">@drawable/ic_attach_file</drawable>
-</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index ffb2939c5..36676c9bf 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -82,6 +82,7 @@
<!-- Widget colors -->
<color name="widget_header_bg_color">#da4336</color>
+ <color name="widget_conversation_list_divider_color">#e5e5e5</color>
<!-- Color of the semi-transparent shadow box on attachment tiles -->
<color name="attachment_tile_shadow_box_color">#7F000000</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c195ddaae..cf2ea1c64 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -221,6 +221,10 @@
<style name="ConversationListFade" parent="@style/ConversationListFadeBase">
<item name="android:divider">@null</item>
</style>
+ <style name="WidgetConversationListFade" parent="@style/ConversationListFadeBase">
+ <item name="android:divider">@color/widget_conversation_list_divider_color</item>
+ <item name="android:dividerHeight">@dimen/divider_height</item>
+ </style>
<!-- End browse list item styles -->
<style name="AbstractFloatingActionButtonStyle">