sms-translate/app/src/main/res/layout/item_thread_error.xml
2022-03-25 09:57:26 +01:00

12 lines
561 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:paddingBottom="@dimen/tiny_margin"
android:text="@string/message_not_sent_touch_retry"
android:textColor="@color/theme_dark_red_primary_color"
android:textSize="@dimen/normal_text_size" />