|
|
|
@ -11,7 +11,8 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentTop="true" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:weightSum="2"> |
|
|
|
|
android:weightSum="2" |
|
|
|
|
android:baselineAligned="false"> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:layout_width="0dp" |
|
|
|
@ -97,6 +98,21 @@
|
|
|
|
|
android:textStyle="bold" |
|
|
|
|
tools:ignore="HardcodedText" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/setupText" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_below="@id/testText" |
|
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
|
android:layout_marginStart="40dp" |
|
|
|
|
android:text="Configuration File Not Found" |
|
|
|
|
android:textAlignment="center" |
|
|
|
|
android:textSize="40sp" |
|
|
|
|
android:textColor="@color/red" |
|
|
|
|
android:textStyle="bold" |
|
|
|
|
tools:ignore="HardcodedText" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/loading_image_mt" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|