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

21 lines
628 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/layout_source"
background="#ffffff"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content"
foreground="@drawable/ripple_purple">
<TextView
id="@+id/text_source"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
style="@style/2132017876"/>
<View
layout_width="match_parent"
layout_height="1dp"
style="@style/2132018228"/>
</LinearLayout>