21 lines
628 B
XML
21 lines
628 B
XML
<?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>
|