From 21ab9263907f15129536d67cb269565d91f580f3 Mon Sep 17 00:00:00 2001 From: shrikanth7698 Date: Thu, 22 Feb 2018 10:42:06 +0530 Subject: [PATCH] Fixed some bugs --- .idea/misc.xml | 2 +- chatview/build.gradle | 6 +++--- chatview/src/main/res/layout/right_text_layout.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 6eaf311..3aa0ad5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -43,7 +43,7 @@ - + diff --git a/chatview/build.gradle b/chatview/build.gradle index faa1dc2..f0eea2c 100644 --- a/chatview/build.gradle +++ b/chatview/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'com.android.library' - +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.shrikanth7698' android { compileSdkVersion 27 @@ -27,8 +28,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - apply plugin: 'com.github.dcendents.android-maven' - group='com.github.shrikanth7698' + implementation 'com.android.support:appcompat-v7:27.0.2' compile 'com.android.support:cardview-v7:27.0.2' compile 'com.android.support:recyclerview-v7:27.0.2' diff --git a/chatview/src/main/res/layout/right_text_layout.xml b/chatview/src/main/res/layout/right_text_layout.xml index b082b1f..d6050c5 100644 --- a/chatview/src/main/res/layout/right_text_layout.xml +++ b/chatview/src/main/res/layout/right_text_layout.xml @@ -61,7 +61,7 @@ android:layout_gravity="center" android:id="@+id/rightBubbleIconCV" android:layout_margin="5dp" - app:cardBackgroundColor="@color/colorAccent3" + app:cardBackgroundColor="@color/colorAccent2" app:cardElevation="2.5dp">