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">