39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/txv_plan_error_header"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/txv_plan_error_body"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017545"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
enabled="false"
|
||
|
textColor="#ffffff"
|
||
|
id="@+id/btn_deejung_review"
|
||
|
layout_width="match_parent"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/review"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|