18 lines
616 B
XML
18 lines
616 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="12dp"
|
|
android:paddingEnd="24dp"
|
|
android:paddingBottom="12dp"
|
|
android:paddingStart="16dp"
|
|
android:textSize="16sp"
|
|
android:textColor="?colorM3Primary"
|
|
android:drawableStart="@drawable/ic_outline_link_24"
|
|
android:drawablePadding="16dp"
|
|
android:drawableTint="?colorM3Primary"
|
|
tools:text="Privacy Policy - example.social">
|
|
|
|
</TextView> |