From 281ce3105fad5f012471cf3e5062a4032dfbc7a6 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Wed, 22 Oct 2014 15:44:55 -0400 Subject: Make conversations the root project --- src/main/res/drawable/actionbar_tab_indicator.xml | 21 +++++++++++++++++++++ src/main/res/drawable/es_slidingpane_shadow.xml | 12 ++++++++++++ src/main/res/drawable/grey.xml | 7 +++++++ src/main/res/drawable/greybackground.xml | 6 ++++++ src/main/res/drawable/infocard_border.xml | 19 +++++++++++++++++++ src/main/res/drawable/message_border.xml | 15 +++++++++++++++ src/main/res/drawable/snackbar.xml | 14 ++++++++++++++ 7 files changed, 94 insertions(+) create mode 100644 src/main/res/drawable/actionbar_tab_indicator.xml create mode 100644 src/main/res/drawable/es_slidingpane_shadow.xml create mode 100644 src/main/res/drawable/grey.xml create mode 100644 src/main/res/drawable/greybackground.xml create mode 100644 src/main/res/drawable/infocard_border.xml create mode 100644 src/main/res/drawable/message_border.xml create mode 100644 src/main/res/drawable/snackbar.xml (limited to 'src/main/res/drawable') diff --git a/src/main/res/drawable/actionbar_tab_indicator.xml b/src/main/res/drawable/actionbar_tab_indicator.xml new file mode 100644 index 00000000..5598ee42 --- /dev/null +++ b/src/main/res/drawable/actionbar_tab_indicator.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/es_slidingpane_shadow.xml b/src/main/res/drawable/es_slidingpane_shadow.xml new file mode 100644 index 00000000..44ffd4ea --- /dev/null +++ b/src/main/res/drawable/es_slidingpane_shadow.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/grey.xml b/src/main/res/drawable/grey.xml new file mode 100644 index 00000000..2e90d96d --- /dev/null +++ b/src/main/res/drawable/grey.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/greybackground.xml b/src/main/res/drawable/greybackground.xml new file mode 100644 index 00000000..bedc4b17 --- /dev/null +++ b/src/main/res/drawable/greybackground.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml new file mode 100644 index 00000000..af7d5d22 --- /dev/null +++ b/src/main/res/drawable/infocard_border.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/message_border.xml b/src/main/res/drawable/message_border.xml new file mode 100644 index 00000000..b35693d5 --- /dev/null +++ b/src/main/res/drawable/message_border.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/drawable/snackbar.xml b/src/main/res/drawable/snackbar.xml new file mode 100644 index 00000000..13818618 --- /dev/null +++ b/src/main/res/drawable/snackbar.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3