GLDriver/app/src/main/res/layout/empty_view.xml
2024-03-06 10:19:12 +08:00

16 lines
526 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_marginTop="@dimen/dp_m_60"
android:layout_width="@dimen/dp_210"
android:layout_height="@dimen/dp_210"
android:background="@drawable/empty_content" />
</LinearLayout>