what-the-bank/resources/res/layout/2131560018.xml

118 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/item_root"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x16="@dimen/2131165456">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_shop_cover"
background="#ffffff"
layout_width="match_parent"
layout_height="150dp"
scaleType="fitCenter"
adjustViewBounds="true"/>
<androidx.constraintlayout.widget.ConstraintLayout
gravity="center"
id="@+id/ll_add_shop_cover_container"
background="#c9c6cd"
visibility="gone"
layout_width="match_parent"
layout_height="150dp">
<ImageView
layout_gravity="center"
id="@+id/iv_add_shop_cover"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="8dp"
layout_marginBottom="8dp"
src="@drawable/ic_shop_add_cover"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x18="@+id/tv_add_shop_cover"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"/>
<TextView
gravity="center"
id="@+id/tv_add_shop_cover"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
layout_marginBottom="8dp"
text="@string/mw_landing_add_shop_cover"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x17="0"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="0"
style="@style/2132017546"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
ellipsize="end"
id="@+id/tv_shop_name"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="1"
singleLine="true"
style="@style/2132017973"/>
<TextView
id="@+id/tv_wallet_id"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017925"/>
<LinearLayout
gravity="top"
orientation="horizontal"
id="@+id/ll_gmb"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/my_shop_gmb_success"
layout_marginEnd="8dp"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_maemanee_gmb_entrace_successful_register"
style="@style/2132017920"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<Button
id="@+id/btn_shop_settings"
layout_width="0dp"
layout_height="wrap_content"
text="@string/mw_landing_shop_settings"
layout_weight="1"
style="@style/2132017536"/>
<Button
id="@+id/btn_create_qr"
layout_width="0dp"
layout_height="wrap_content"
text="@string/mw_landing_create_qr"
layout_weight="1"
layout_marginStart="16dp"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>