62 lines
2.0 KiB
XML
62 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
paddingTop="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp">
|
||
|
<ImageView
|
||
|
id="@+id/iv_analysis_bg"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/ic_success"
|
||
|
layout_marginEnd="10dp"/>
|
||
|
<TextView
|
||
|
textColor="#030303"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_quick_analysis_error_black_bg"
|
||
|
style="@style/2132017869"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp">
|
||
|
<ImageView
|
||
|
id="@+id/iv_analysis_light"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/ic_success"
|
||
|
layout_marginEnd="10dp"/>
|
||
|
<TextView
|
||
|
textColor="#030303"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_quick_analysis_error_well_lit"
|
||
|
style="@style/2132017869"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp">
|
||
|
<ImageView
|
||
|
id="@+id/iv_analysis_corners"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/ic_success"
|
||
|
layout_marginEnd="10dp"/>
|
||
|
<TextView
|
||
|
textColor="#030303"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_quick_analysis_error_four_corners"
|
||
|
style="@style/2132017869"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|