Remove unneeded LinearLayout

This commit is contained in:
kyori19 2020-06-21 00:49:08 +09:00
parent f10d6abb17
commit 54b2c6c157
1 changed files with 6 additions and 12 deletions

View File

@ -1,14 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/instanceData"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/instanceData"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/instance_data_loading"
android:textSize="12sp" />
</LinearLayout>
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/instance_data_loading"
android:textSize="12sp" />