forked from GitHub-Mirror/riotX-android
10 lines
386 B
XML
10 lines
386 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/titleView"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="80dp"
|
||
|
android:gravity="center_vertical"
|
||
|
android:padding="16dp"
|
||
|
android:textSize="14sp"
|
||
|
tools:text="Room name" />
|