mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 05:38:33 +00:00
parent
36e400650c
commit
0539b071e7
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
@ -24,18 +25,19 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<TextView android:id="@+id/error_text"
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="0dp"
|
android:id="@+id/error_text"
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_height="wrap_content"
|
||||||
android:visibility="gone"
|
android:layout_weight="1"
|
||||||
android:textSize="16sp"
|
android:visibility="gone"
|
||||||
android:padding="5dp"
|
android:textSize="16sp"
|
||||||
tools:visibility="visible"
|
android:padding="5dp"
|
||||||
android:text="@string/message_details_header__issues_need_your_attention"
|
tools:visibility="visible"
|
||||||
android:drawablePadding="4dp"
|
android:text="@string/message_details_header__issues_need_your_attention"
|
||||||
android:drawableStart="@drawable/ic_info_outline_message_details_24"
|
android:drawablePadding="4dp"
|
||||||
android:gravity="center_vertical" />
|
app:drawableStartCompat="@drawable/ic_info_outline_message_details_24"
|
||||||
|
android:gravity="center_vertical" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/resend_button"
|
android:id="@+id/resend_button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user