60 lines
2.8 KiB
XML
60 lines
2.8 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:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<RelativeLayout
|
|
android:background="@drawable/bg_popup_upload"
|
|
android:layout_width="@dimen/dp581"
|
|
android:layout_height="@dimen/dp425"
|
|
android:layout_centerInParent="true">
|
|
<androidx.cardview.widget.CardView
|
|
android:background="#ffffff"
|
|
android:clickable="true"
|
|
android:layout_width="@dimen/dp581"
|
|
android:layout_height="@dimen/dp415"
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
app:cardCornerRadius="@dimen/dp20">
|
|
<LinearLayout
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp20">
|
|
<TextView
|
|
android:id="@+id/i_got_it"
|
|
android:text="@string/i_got_it"
|
|
style="@style/popup_story_affirm_button_style"/>
|
|
<TextView
|
|
android:id="@+id/tv_now_login"
|
|
android:layout_marginLeft="@dimen/dp50"
|
|
android:text="@string/now_login"
|
|
style="@style/popup_story_affirm_button_style"/>
|
|
</LinearLayout>
|
|
<RelativeLayout
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp50">
|
|
<ImageView
|
|
android:id="@+id/im_robot_icon"
|
|
android:background="@drawable/bg_ring"
|
|
android:padding="@dimen/dp25"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp120"
|
|
android:layout_height="@dimen/dp120"
|
|
android:scaleType="fitCenter"
|
|
android:layout_centerHorizontal="true"/>
|
|
<TextView
|
|
android:textSize="@dimen/dp30"
|
|
android:gravity="center"
|
|
android:id="@+id/tv_content"
|
|
android:padding="@dimen/dp30"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/course_login_hint"
|
|
android:layout_below="@+id/im_robot_icon"
|
|
android:layout_centerHorizontal="true"/>
|
|
</RelativeLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|