adding a DateTime thread view type
This commit is contained in:
parent
9a47de4a30
commit
59c5d16f62
7 changed files with 52 additions and 25 deletions
|
|
@ -3,6 +3,7 @@ package com.simplemobiletools.smsmessenger.helpers
|
|||
const val THREAD_ID = "thread_id"
|
||||
const val THREAD_NAME = "thread_name"
|
||||
|
||||
// message types for the thread list view
|
||||
const val RECEIVED_MESSAGE = 1
|
||||
const val SENT_MESSAGE = 2
|
||||
// view types for the thread list view
|
||||
const val THREAD_DATE_TIME = 1
|
||||
const val THREAD_RECEIVED_MESSAGE = 2
|
||||
const val THREAD_SENT_MESSAGE = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue