33 lines
No EOL
1.1 KiB
XML
33 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:padding="24dp">
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="10dp"
|
|
android:importantForAccessibility="no"
|
|
app:srcCompat="@drawable/chat_session_refresh_banner" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="10dp"
|
|
android:text="@string/DecryptionFailedDialog_chat_session_refreshed"
|
|
style="@style/Signal.Text.Headline"
|
|
android:fontFamily="sans-serif-medium"
|
|
android:textSize="20sp"/>
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/DecryptionFailedDialog_signal_uses_end_to_end_encryption"
|
|
style="@style/Signal.Text.Body"/>
|
|
|
|
|
|
</LinearLayout> |