changing the sending error and making it smaller
This commit is contained in:
parent
9e2f3fc62c
commit
08dfd98fdb
2 changed files with 2 additions and 2 deletions
|
|
@ -341,7 +341,7 @@ class ThreadAdapter(activity: SimpleActivity, var messages: ArrayList<ThreadItem
|
|||
}
|
||||
|
||||
private fun setupThreadError(view: View) {
|
||||
view.thread_error.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize)
|
||||
view.thread_error.setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize - 4)
|
||||
}
|
||||
|
||||
private fun setupThreadSending(view: View) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue