123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?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"
- android:background="@color/translucent_background">
- <com.edufound.reader.cusview.RoundFrameLayout
- android:layout_width="718dp"
- android:layout_height="500dp"
- android:layout_gravity="center"
- android:background="#EF9B47">
- <com.edufound.reader.cusview.RoundFrameLayout
- android:layout_width="718dp"
- android:layout_height="490dp"
- android:layout_gravity="center|top"
- android:background="#FFCE82">
- <com.edufound.reader.cusview.RoundFrameLayout
- android:layout_width="685dp"
- android:layout_height="378dp"
- android:layout_gravity="center|top"
- android:layout_marginTop="18dp"
- android:background="#FFD78B">
- <com.edufound.reader.cusview.RoundFrameLayout
- android:layout_width="match_parent"
- android:layout_height="368dp"
- android:layout_gravity="center|top"
- android:background="@color/white">
- <LinearLayout
- android:layout_width="640dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="您的作品将被永久删除,无法找回。"
- android:textColor="#AB722D"
- android:textSize="40dp"></TextView>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="30dp"
- android:text="确认删除么?"
- android:textColor="#AB722D"
- android:textSize="40dp"></TextView>
- </LinearLayout>
- </com.edufound.reader.cusview.RoundFrameLayout>
- </com.edufound.reader.cusview.RoundFrameLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="70dp"
- android:layout_gravity="bottom"
- android:layout_marginBottom="20dp"
- android:orientation="horizontal">
- <FrameLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1">
- <FrameLayout
- android:id="@+id/popupwindow_record_remove_ok"
- android:layout_width="184dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:background="@drawable/main_ok_btn_bg">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"
- android:text="确认"
- android:textColor="@color/white"
- android:textSize="30dp"
- android:textStyle="bold"></TextView>
- </FrameLayout>
- </FrameLayout>
- <FrameLayout
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1">
- <FrameLayout
- android:id="@+id/popupwindow_record_remove_cancel"
- android:layout_width="184dp"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:background="@drawable/main_cancel_btn_bg">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"
- android:text="取消"
- android:textColor="@color/white"
- android:textSize="30dp"
- android:textStyle="bold"></TextView>
- </FrameLayout>
- </FrameLayout>
- </LinearLayout>
- </com.edufound.reader.cusview.RoundFrameLayout>
- </com.edufound.reader.cusview.RoundFrameLayout>
- </FrameLayout>
|