今奥全景相机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
1.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:wheel="http://schemas.android.com/apk/res-auto">
<com.viatech.community.views.ProgressWheel android:layout_gravity="center_vertical" android:id="@id/progress_wheel" android:layout_width="40.0dip" android:layout_height="40.0dip" android:layout_marginLeft="10.0dip" wheel:matProg_progressIndeterminate="true" wheel:matProg_barColor="@color/white" />
<TextView android:textColor="@android:color/white" android:layout_gravity="center_vertical" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" />
<TextView android:textColor="@android:color/white" android:gravity="center_vertical" android:id="@id/progress_message" android:layout_width="wrap_content" android:layout_height="80.0dip" android:layout_marginLeft="10.0dip" />
</LinearLayout>