62 lines
2.1 KiB
XML
62 lines
2.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/banking"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_white_rounded"
|
||
|
padding="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_margin="4dp"
|
||
|
weightSum="1"
|
||
|
layout_centerInParent="true"
|
||
|
elevation="2dp"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="1:1"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x18="0">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/banking_action_icon"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="0.6"/>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="0.4">
|
||
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
textColor="#736e78"
|
||
|
gravity="top|center_horizontal"
|
||
|
id="@+id/banking_action_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
maxLines="2"
|
||
|
lineSpacingMultiplier="0.6"
|
||
|
NOT_FOUND_0x10="@dimen/2131165280"
|
||
|
NOT_FOUND_0x11="@dimen/2131165281"
|
||
|
NOT_FOUND_0x12="@dimen/2131165384"
|
||
|
NOT_FOUND_0x13="1"
|
||
|
style="@style/2132017692"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
gravity="center"
|
||
|
id="@+id/clicked_animation_view"
|
||
|
background="@drawable/ripple_rounded_4_purple"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_margin="4dp"
|
||
|
layout_centerInParent="true"
|
||
|
elevation="4dp"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="1:1"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x17="0"
|
||
|
NOT_FOUND_0x18="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|