|
@@ -1,14 +1,16 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+<layout>
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:id="@+id/activity_main_inference"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
- <ImageView
|
|
|
+ <TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:src="@mipmap/welcome"
|
|
|
- android:scaleType="centerInside" />
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="Loading..."
|
|
|
+ android:textSize="32sp"
|
|
|
+ android:textColor="@color/black"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
</layout>
|