25 lines
864 B
XML
25 lines
864 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_light_gray"
|
||
|
focusable="true"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="32dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="5dp"
|
||
|
layout_marginEnd="5dp"
|
||
|
NOT_FOUND_0xb="@integer/2131427484">
|
||
|
<TextView
|
||
|
id="@+id/amount_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_centerInParent="true"
|
||
|
layout_centerVertical="true"
|
||
|
style="@style/2132017694"/>
|
||
|
<View
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerVertical="true"/>
|
||
|
</RelativeLayout>
|