aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--res/drawable-hdpi/es_slidingpane_shadow.xml8
-rw-r--r--res/drawable-mdpi/es_slidingpane_shadow.xml8
-rw-r--r--res/drawable-xxhdpi/es_slidingpane_shadow.xml8
-rw-r--r--res/drawable/es_slidingpane_shadow.xml (renamed from res/drawable-xhdpi/es_slidingpane_shadow.xml)2
-rw-r--r--res/drawable/section_header.xml (renamed from res/drawable-xhdpi/section_header.xml)0
-rw-r--r--res/layout/fragment_conversations_overview.xml6
6 files changed, 5 insertions, 27 deletions
diff --git a/res/drawable-hdpi/es_slidingpane_shadow.xml b/res/drawable-hdpi/es_slidingpane_shadow.xml
deleted file mode 100644
index eaca7894..00000000
--- a/res/drawable-hdpi/es_slidingpane_shadow.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-<gradient
- android:centerColor="#8B0000"
- android:endColor="#34FFDD"
- android:startColor="#FF00FF" />
-<size android:width="5.0dp" android:height="0.5dp" />
-</shape> \ No newline at end of file
diff --git a/res/drawable-mdpi/es_slidingpane_shadow.xml b/res/drawable-mdpi/es_slidingpane_shadow.xml
deleted file mode 100644
index eaca7894..00000000
--- a/res/drawable-mdpi/es_slidingpane_shadow.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-<gradient
- android:centerColor="#8B0000"
- android:endColor="#34FFDD"
- android:startColor="#FF00FF" />
-<size android:width="5.0dp" android:height="0.5dp" />
-</shape> \ No newline at end of file
diff --git a/res/drawable-xxhdpi/es_slidingpane_shadow.xml b/res/drawable-xxhdpi/es_slidingpane_shadow.xml
deleted file mode 100644
index eaca7894..00000000
--- a/res/drawable-xxhdpi/es_slidingpane_shadow.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-<gradient
- android:centerColor="#8B0000"
- android:endColor="#34FFDD"
- android:startColor="#FF00FF" />
-<size android:width="5.0dp" android:height="0.5dp" />
-</shape> \ No newline at end of file
diff --git a/res/drawable-xhdpi/es_slidingpane_shadow.xml b/res/drawable/es_slidingpane_shadow.xml
index cc711819..34cc44bf 100644
--- a/res/drawable-xhdpi/es_slidingpane_shadow.xml
+++ b/res/drawable/es_slidingpane_shadow.xml
@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:endColor="#cccccc"
- android:startColor="#f9f9f9" />
+ android:startColor="#eeeeee" />
<size android:width="3.0dp" android:height="0.5dp" />
</shape> \ No newline at end of file
diff --git a/res/drawable-xhdpi/section_header.xml b/res/drawable/section_header.xml
index 25f148ce..25f148ce 100644
--- a/res/drawable-xhdpi/section_header.xml
+++ b/res/drawable/section_header.xml
diff --git a/res/layout/fragment_conversations_overview.xml b/res/layout/fragment_conversations_overview.xml
index ae60de40..5548cce6 100644
--- a/res/layout/fragment_conversations_overview.xml
+++ b/res/layout/fragment_conversations_overview.xml
@@ -6,7 +6,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="336dp"
android:layout_height="match_parent"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:background="#eeeeee"
+ >
<ListView
android:id="@+id/list"
@@ -14,7 +16,7 @@
android:layout_height="wrap_content"
android:divider="#b5b5b5"
android:dividerHeight="1dp"
- android:background="#f9f9f9"
+ android:background="#eeeeee"
/>
</LinearLayout>