25 lines
888 B
XML
25 lines
888 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/amount_container_relative_layout"
|
|
background="@drawable/bg_button_amount"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="32dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="5dp"
|
|
layout_marginEnd="5dp"
|
|
NOT_FOUND_0xa="@integer/2131427484">
|
|
<TextView
|
|
id="@+id/amount_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true"
|
|
layout_centerVertical="true"
|
|
style="@style/2132017695"/>
|
|
<View
|
|
background="@drawable/ripple_rounded_16_purple"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_centerVertical="true"/>
|
|
</RelativeLayout>
|