33 lines
1009 B
XML
33 lines
1009 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="24dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="center_vertical"
|
|
id="@+id/tv_privacy_label"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
layout_weight="1"
|
|
style="@style/2132017881"/>
|
|
<ImageView
|
|
layout_width="16dp"
|
|
layout_height="16dp"
|
|
src="@drawable/ic_arrow_8"
|
|
tint="#353239"/>
|
|
</LinearLayout>
|
|
<View style="@style/2132018229"/>
|
|
</LinearLayout>
|