OSDN Git Service

Refactor backup / restore logic to implement multi-threading
[android-x86/packages-apps-Taskbar.git] / app / src / main / res / layout / tb_import_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="horizontal"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent" >
6
7     <ProgressBar
8         android:layout_width="wrap_content"
9         android:layout_height="wrap_content"
10         android:layout_margin="16dp" />
11
12     <TextView
13         android:id="@+id/progress_message"
14         android:layout_width="wrap_content"
15         android:layout_height="wrap_content"
16         android:layout_marginEnd="24dp"
17         android:layout_gravity="center_vertical"
18         android:text="@string/tb_importing_settings" />
19
20 </LinearLayout>