今奥全景相机
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.

6 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@drawable/community_func_dialog_shape" 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:id="@id/community_dialog_load_pb" android:layout_width="40.0dip" android:layout_height="40.0dip" android:layout_marginLeft="35.0dip" android:layout_marginTop="15.0dip" android:layout_marginRight="35.0dip" android:layout_centerHorizontal="true" wheel:matProg_progressIndeterminate="true" wheel:matProg_barColor="@color/white" />
<TextView android:textSize="16.0sp" android:textColor="@color/font_normal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="35.0dip" android:layout_marginTop="15.0dip" android:layout_marginRight="35.0dip" android:layout_marginBottom="15.0dip" android:text="@string/loading_dialog_notice" android:layout_below="@id/community_dialog_load_pb" android:layout_centerHorizontal="true" />
</RelativeLayout>