forked from github/szkolny
16 lines
560 B
XML
16 lines
560 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<TextView
|
|
android:id="@+id/text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:autoLink="web|email"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textIsSelectable="true"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
</layout> |