Yuito-app-android/app/src/main/res/layout/drawer_footer.xml

14 lines
475 B
XML

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