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

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/bg_white"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/im_download_failed_icon"
android:src="@drawable/ipad_download_failed"
style="@style/download_failed_icon"/>
<TextView
android:text="@string/tips_download_failed"
android:layout_below="@+id/im_download_failed_icon"
style="@style/download_failed_des"/>
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true">
<TextView
android:id="@+id/tv_cancel_download"
android:background="@drawable/sel_common_negative_btn"
android:layout_marginRight="15dp"
android:text="@string/search_cancel_return"
style="@style/download_bnt_txt"/>
<TextView
android:id="@+id/tv_re_download"
android:background="@drawable/sel_common_btn"
android:text="@string/update_download"
style="@style/download_bnt_txt"/>
</LinearLayout>
</RelativeLayout>