That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 xmlns:android="http://schemas.android.com/apk/res/android"
6 xmlns:app="http://schemas.android.com/apk/res-auto"
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:orientation="vertical"
10 android:padding="24dp">
11
12 <ImageView
13 android:layout_width="match_parent"
14 android:layout_height="wrap_content"
15 android:layout_marginBottom="10dp"
16 android:importantForAccessibility="no"
17 app:srcCompat="@drawable/chat_session_refresh_banner" />
18
19 <TextView
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
22 android:layout_marginBottom="10dp"
23 android:text="@string/DecryptionFailedDialog_chat_session_refreshed"
24 style="@style/Signal.Text.Headline"
25 android:fontFamily="sans-serif-medium"
26 android:textSize="20sp"/>
27
28 <TextView
29 android:layout_width="match_parent"
30 android:layout_height="wrap_content"
31 android:text="@string/DecryptionFailedDialog_signal_uses_end_to_end_encryption"
32 style="@style/Signal.Text.Body"/>
33
34
35</LinearLayout>