adding a DateTime thread view type

This commit is contained in:
tibbi 2020-04-03 23:07:34 +02:00
parent 9a47de4a30
commit 59c5d16f62
7 changed files with 52 additions and 25 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/thread_date_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/normal_text_size"
tools:text="13 March, 13:30" />