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

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:paddingTop="@dimen/activity_horizontal_margin" android:paddingBottom="@dimen/activity_horizontal_margin" android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<SeekBar android:id="@id/pb_download" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="10.0dip" android:progressDrawable="@drawable/seekbar_style" android:thumb="@null" android:thumbOffset="8.0dip" />
<TextView android:textSize="16.0sp" android:textColor="@color/white" android:id="@id/tv_download_tip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/activity_horizontal_margin" android:text="@string/download_progress" android:layout_below="@id/pb_download" />
<TextView android:textSize="16.0sp" android:textColor="@color/white" android:id="@id/tv_download" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/tv_download_tip" android:layout_below="@id/pb_download" />
</RelativeLayout>