57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_add_account_cardx"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_cardx_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/add_account_cardx_header"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017851"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_cardx_button"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="21dp">
|
||
|
<Button
|
||
|
id="@+id/bt_add_account_cardx"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/add_accounts_cardx_button_text"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017536"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_empty_icon"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
src="@drawable/empty_state_icon"
|
||
|
layout_marginHorizontal="@dimen/2131165433"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_cardx_remark"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
style="@style/2132017666"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|