open a new ThreadActivity on clicking on a message

This commit is contained in:
tibbi 2020-04-03 17:26:01 +02:00
parent 10bda77c50
commit 067c1d3876
5 changed files with 31 additions and 1 deletions

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