mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
changing the sending error and making it smaller
This commit is contained in:
@@ -341,7 +341,7 @@ class ThreadAdapter(activity: SimpleActivity, var messages: ArrayList<ThreadItem
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun setupThreadError(view: View) {
|
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) {
|
private fun setupThreadSending(view: View) {
|
||||||
|
@@ -6,6 +6,6 @@
|
|||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:paddingStart="@dimen/activity_margin"
|
android:paddingStart="@dimen/activity_margin"
|
||||||
android:paddingEnd="@dimen/activity_margin"
|
android:paddingEnd="@dimen/activity_margin"
|
||||||
android:text="@string/message_not_sent"
|
android:text="@string/message_not_sent_touch_retry"
|
||||||
android:textColor="@color/theme_dark_red_primary_color"
|
android:textColor="@color/theme_dark_red_primary_color"
|
||||||
android:textSize="@dimen/normal_text_size" />
|
android:textSize="@dimen/normal_text_size" />
|
||||||
|
Reference in New Issue
Block a user