summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/custom_tab_instance.xml
blob: 519ba84a64613c4c2f49161d9d442eb8f3377908 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/transparent"
    android:gravity="center" />