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

51 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
id="@+id/view_group_repeat"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content"
foreground="?attr/selectableItemBackground">
<ImageView
layout_gravity="center"
layout_width="16dp"
layout_height="16dp"
src="@drawable/ic_repeat"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_regen_repeat_top_up_repeat_transaction"
style="@style/2132017970"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/view_group_regenerate"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content"
foreground="?attr/selectableItemBackground">
<ImageView
layout_gravity="center"
layout_width="16dp"
layout_height="16dp"
src="@drawable/ic_regenerate"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/auto_regen_repeat_top_up_regenerate_slip"
style="@style/2132017970"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>