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

52 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@color/bg_cc596F80"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.cardview.widget.CardView
android:background="@color/theme_background"
android:focusable="false"
android:clickable="false"
android:layout_width="@dimen/universal_popup_width"
android:layout_height="@dimen/universal_popup_height"
android:layout_centerInParent="true"
app:cardBackgroundColor="@color/color_FFFFFF"
app:cardCornerRadius="@dimen/publish_dialog_corner">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal"
android:id="@+id/layout_bnt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true">
<TextView
android:id="@+id/tv_cancel"
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_ok"
android:background="@drawable/sel_common_btn"
android:text="@string/ok"
style="@style/download_bnt_txt"/>
</LinearLayout>
<TextView
android:textSize="@dimen/txt_popu_size"
android:textColor="@color/bg_596F80"
android:gravity="center"
android:layout_gravity="center_vertical"
android:id="@+id/tv_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/universal_popup_margin_lr"
android:layout_marginRight="@dimen/universal_popup_margin_lr"
android:text="@string/nonsupport"
android:layout_above="@+id/layout_bnt"/>
</RelativeLayout>
</androidx.cardview.widget.CardView>
</RelativeLayout>