21 lines
No EOL
775 B
XML
21 lines
No EOL
775 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/tabName"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentStart="true"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true"
|
|
android:paddingLeft="3dp"
|
|
android:paddingStart="3dp"
|
|
android:textAppearance="?android:attr/textAppearanceListItem"
|
|
android:textSize="24sp" />
|
|
|
|
</RelativeLayout> |