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

5 lines
220 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:layout_width="match_parent"
2019-11-15 16:32:25 +01:00
android:layout_height="match_parent"
android:gravity="center" />