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

33 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center"
android:orientation="vertical"
android:id="@+id/fl_download"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/iv_background"
android:background="#99ffffff"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<LinearLayout
android:gravity="center"
android:orientation="vertical"
android:background="@color/bg_cc596F80"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/iv_loading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_loading"/>
<TextView
android:textSize="@dimen/title15"
android:textColor="@color/txt_white"
android:id="@+id/tv_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="2dp"/>
</LinearLayout>
</FrameLayout>