In chat activity, replaced long click with short click and made whole message clickable
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
tools:ignore="UselessParent" >
|
||||
|
||||
<TextView
|
||||
@@ -19,6 +21,8 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:textSize="12sp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:text="" >
|
||||
</TextView>
|
||||
|
||||
@@ -31,6 +35,8 @@
|
||||
android:layout_marginBottom="5dp"
|
||||
android:textSize="16sp"
|
||||
android:textIsSelectable="true"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:text="" >
|
||||
</TextView>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user