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

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