fedilab-Android-App/app/src/main/res/layout/custom_tab_instance.xml

6 lines
252 B
XML
Raw Normal View History

2019-05-04 19:06:24 +02:00
<?xml version="1.0" encoding="utf-8"?>
2019-09-06 17:55:14 +02:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
2019-05-04 19:06:24 +02:00
android:id="@+id/host_name"
android:layout_width="match_parent"
android:gravity="center"
2019-09-06 17:55:14 +02:00
android:layout_height="match_parent" />