From 43531113b798cda6b2f76257641f38b0af986437 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 1 Feb 2014 01:25:56 +0100 Subject: more code cleanup for xmpp parser. more eventy. nice unknown contact pictures --- res/drawable-hdpi/es_slidingpane_shadow.xml | 8 -------- res/drawable-mdpi/es_slidingpane_shadow.xml | 8 -------- res/drawable-xhdpi/es_slidingpane_shadow.xml | 7 ------- res/drawable-xhdpi/section_header.xml | 10 ---------- res/drawable-xxhdpi/es_slidingpane_shadow.xml | 8 -------- res/drawable/es_slidingpane_shadow.xml | 7 +++++++ res/drawable/section_header.xml | 10 ++++++++++ res/layout/fragment_conversations_overview.xml | 6 ++++-- 8 files changed, 21 insertions(+), 43 deletions(-) delete mode 100644 res/drawable-hdpi/es_slidingpane_shadow.xml delete mode 100644 res/drawable-mdpi/es_slidingpane_shadow.xml delete mode 100644 res/drawable-xhdpi/es_slidingpane_shadow.xml delete mode 100644 res/drawable-xhdpi/section_header.xml delete mode 100644 res/drawable-xxhdpi/es_slidingpane_shadow.xml create mode 100644 res/drawable/es_slidingpane_shadow.xml create mode 100644 res/drawable/section_header.xml (limited to 'res') 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 @@ - - - - - \ 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 @@ - - - - - \ No newline at end of file diff --git a/res/drawable-xhdpi/es_slidingpane_shadow.xml b/res/drawable-xhdpi/es_slidingpane_shadow.xml deleted file mode 100644 index cc711819..00000000 --- a/res/drawable-xhdpi/es_slidingpane_shadow.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/drawable-xhdpi/section_header.xml b/res/drawable-xhdpi/section_header.xml deleted file mode 100644 index 25f148ce..00000000 --- a/res/drawable-xhdpi/section_header.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ 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 @@ - - - - - \ No newline at end of file diff --git a/res/drawable/es_slidingpane_shadow.xml b/res/drawable/es_slidingpane_shadow.xml new file mode 100644 index 00000000..34cc44bf --- /dev/null +++ b/res/drawable/es_slidingpane_shadow.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/section_header.xml b/res/drawable/section_header.xml new file mode 100644 index 00000000..25f148ce --- /dev/null +++ b/res/drawable/section_header.xml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file 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 @@ + android:orientation="vertical" + android:background="#eeeeee" + > -- cgit v1.2.3