adding a DateTime thread view type
This commit is contained in:
parent
9a47de4a30
commit
59c5d16f62
7 changed files with 52 additions and 25 deletions
8
app/src/main/res/layout/item_thread_date_time.xml
Normal file
8
app/src/main/res/layout/item_thread_date_time.xml
Normal 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" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue