11 lines
514 B
XML
11 lines
514 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/thread_error"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="end"
|
|
android:paddingStart="@dimen/activity_margin"
|
|
android:paddingEnd="@dimen/activity_margin"
|
|
android:text="@string/message_not_sent_touch_retry"
|
|
android:textColor="@color/theme_dark_red_primary_color"
|
|
android:textSize="@dimen/normal_text_size" />
|