open a new ThreadActivity on clicking on a message
This commit is contained in:
parent
10bda77c50
commit
067c1d3876
5 changed files with 31 additions and 1 deletions
7
app/src/main/res/layout/activity_thread.xml
Normal file
7
app/src/main/res/layout/activity_thread.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/thread_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue