From fdbe2ff3aa7d54d960258b4a8f4e2e0a2ea3060f Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Tue, 4 Dec 2018 21:47:34 +0100 Subject: [PATCH] Fix #358 and a few other things Signed-off-by: Mario Danic --- app/build.gradle | 2 +- app/src/main/res/drawable/ic_logo.xml | 43 +++---------------- app/src/main/res/drawable/ic_logo_blue.xml | 37 ---------------- .../layout/controller_conversations_rv.xml | 3 +- .../res/values/ic_launcher_background.xml | 4 +- 5 files changed, 11 insertions(+), 78 deletions(-) delete mode 100644 app/src/main/res/drawable/ic_logo_blue.xml diff --git a/app/build.gradle b/app/build.gradle index 767e36a7f..1c7f79a5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,7 @@ dependencies { implementation 'com.github.wooplr:Spotlight:1.3' - implementation 'com.github.mario:Chatkit:23fd02b137' + implementation 'com.github.mario:Chatkit:31d75fd532' implementation 'com.otaliastudios:autocomplete:1.1.0' diff --git a/app/src/main/res/drawable/ic_logo.xml b/app/src/main/res/drawable/ic_logo.xml index 0c03c5867..101277055 100644 --- a/app/src/main/res/drawable/ic_logo.xml +++ b/app/src/main/res/drawable/ic_logo.xml @@ -1,37 +1,6 @@ - - - - - - - \ No newline at end of file + + + diff --git a/app/src/main/res/drawable/ic_logo_blue.xml b/app/src/main/res/drawable/ic_logo_blue.xml deleted file mode 100644 index 3455d8fac..000000000 --- a/app/src/main/res/drawable/ic_logo_blue.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/controller_conversations_rv.xml b/app/src/main/res/layout/controller_conversations_rv.xml index 2079b5d1c..567aea64c 100644 --- a/app/src/main/res/layout/controller_conversations_rv.xml +++ b/app/src/main/res/layout/controller_conversations_rv.xml @@ -50,7 +50,8 @@ android:layout_width="72dp" android:layout_height="72dp" android:layout_centerInParent="true" - android:background="@drawable/ic_logo_blue" /> + android:background="@drawable/ic_logo" + android:tint="@color/colorPrimary"/> - #0082C9 - \ No newline at end of file + @color/colorPrimary +