Skip to content

Commit

Permalink
Fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikanth7698 committed Feb 22, 2018
1 parent 07bc966 commit 21ab926
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions chatview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.shrikanth7698'
android {
compileSdkVersion 27

Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion chatview/src/main/res/layout/right_text_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<ImageView
android:layout_width="25dp"
Expand Down

0 comments on commit 21ab926

Please sign in to comment.