|
@@ -64,6 +64,14 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center" />
|
|
android:layout_gravity="center" />
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/loading_tip"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:text="@string/loading_device"
|
|
|
|
|
+ android:textSize="@dimen/common_text_size_big"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:gravity="center"/>
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</layout>
|
|
</layout>
|