mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
22 lines
910 B
XML
22 lines
910 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:parentTag="androidx.cardview.widget.CardView">
|
|
|
|
<TextView
|
|
android:id="@+id/info_text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/margin_medium"
|
|
android:contentDescription="@string/info"
|
|
android:drawablePadding="@dimen/margin_medium"
|
|
android:gravity="center_vertical"
|
|
app:drawableLeftCompat="@drawable/ic_info_dark"
|
|
app:drawableStartCompat="@drawable/ic_info_dark"
|
|
app:drawableTint="?attr/colorControlNormal"
|
|
tools:text="Did you know that if you took all the veins out of your body and laid them out end to end, you would die?" />
|
|
|
|
</merge> |