Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theshivv committed Mar 27, 2022
1 parent 637d78a commit 663ac19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/ic_noun_delete_message_787592.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="50dp"
android:height="50dp"
android:viewportWidth="700"
android:viewportHeight="700">
<path
android:fillColor="#FD2F2F"
android:pathData="m525.91,28h-352.15c-20.867,-0.004 -39.844,8.305 -53.543,21.812 -13.711,13.488 -22.223,32.289 -22.219,53.043v249.67c0.023,38.586 29.637,70.391 67.633,74.414v96.93c0,0.539 0.055,1.074 0.164,1.605l0.242,0.797 0.223,0.727c0.207,0.5 0.465,0.98 0.766,1.422l0.004,0.004 1.012,1.215 0.582,0.48 0.645,0.516 0.684,0.375 0.711,0.371 0.762,0.234 0.75,0.223c0.48,0.094 0.973,0.141 1.473,0.145l0.113,0.016h0.004c0.539,0 1.074,-0.055 1.605,-0.164l0.766,-0.234 0.758,-0.234c0.5,-0.207 0.98,-0.465 1.422,-0.766l152.7,-103.21h194.9c20.895,0 39.93,-8.394 53.699,-21.918 13.777,-13.512 22.395,-32.297 22.391,-52.93l-0.004,-249.68c0.004,-20.781 -8.606,-39.586 -22.398,-53.066 -13.781,-13.488 -32.824,-21.789 -53.688,-21.789zM585.738,352.53c-0.004,16.078 -6.668,30.66 -17.523,41.328 -10.863,10.656 -25.805,17.266 -42.309,17.27h-197.37c-0.547,0 -1.098,0.051 -1.641,0.164l-0.465,0.141 -1.055,0.324 -1.371,0.738 -0.039,0.023 -142.08,96.039 0.004,-89.305c0,-4.492 -3.641,-8.133 -8.133,-8.133h-0.016c-16.492,-0.012 -31.332,-6.609 -42.105,-17.246 -10.77,-10.664 -17.375,-25.25 -17.383,-41.352v-249.67c0.004,-16.277 6.613,-30.852 17.371,-41.461 10.77,-10.594 25.609,-17.137 42.133,-17.141h352.15c16.527,0 31.465,6.551 42.312,17.16 10.84,10.629 17.504,25.188 17.512,41.445v249.67z"/>
<path
android:fillColor="#FD2F2F"
android:pathData="m428.91,148.78c-3.176,-3.176 -8.32,-3.176 -11.496,0l-67.414,67.414 -67.414,-67.414c-3.176,-3.176 -8.32,-3.176 -11.496,0 -3.176,3.176 -3.176,8.32 0,11.496l67.414,67.414 -67.414,67.41c-3.176,3.176 -3.176,8.32 0,11.496 3.176,3.176 8.32,3.176 11.496,0l67.414,-67.41 67.414,67.414c3.176,3.176 8.32,3.176 11.496,0 3.176,-3.176 3.176,-8.32 0,-11.496l-67.414,-67.414 67.414,-67.414c3.176,-3.176 3.176,-8.32 0,-11.496z"/>
</vector>
15 changes: 8 additions & 7 deletions app/src/main/res/layout/fragment_chat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="15dp"
android:gravity="center"
android:gravity="left"
android:orientation="vertical">

<TextView
Expand All @@ -59,7 +59,7 @@
<TextView

android:id="@+id/status"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Online"
Expand All @@ -82,13 +82,14 @@

<ImageButton
android:id="@+id/endChat"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:background="@null"
android:src="@drawable/ic_close_chat_icon"
android:padding="5dp"
android:src="@drawable/ic_noun_delete_message_787592"
android:layout_marginRight="20dp"
android:layout_gravity="right"/>
android:layout_marginTop="5dp"
android:layout_gravity="right"
app:tint="#A60000" />

<!-- <ImageButton-->
<!-- android:id="@+id/new_connection"-->
Expand Down

0 comments on commit 663ac19

Please sign in to comment.