mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
20 lines
855 B
XML
20 lines
855 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.thoughtcrime.securesms.ConversationListItemInboxZero
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="30dp">
|
|
|
|
<TextView android:id="@+id/all_archived_text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:textSize="20sp"
|
|
android:lineSpacingMultiplier="1.3"
|
|
android:gravity="center"
|
|
android:padding="16dp"
|
|
android:text="@string/chat_all_archived"/>
|
|
|
|
</org.thoughtcrime.securesms.ConversationListItemInboxZero> |