jimu-decompiled/resources/res/layout/viewstub_drafts_content_null.xml
2025-05-13 19:24:51 +02:00

26 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_gravity="center"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<ImageView
android:layout_gravity="center_horizontal"
android:background="@drawable/center_empty_bg"
android:layout_width="300px"
android:layout_height="300px"/>
<TextView
android:textSize="18sp"
android:textColor="@color/txt_8195A4"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10px"
android:text="@string/no_drafts"/>
</LinearLayout>
</FrameLayout>