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

11 lines
1.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:orientation="vertical" android:id="@id/youtube_live" android:layout_width="fill_parent" android:layout_height="fill_parent" android:horizontalSpacing="10.0dip" android:verticalSpacing="10.0dip" android:divider="?android:dividerHorizontal" android:showDividers="middle">
<fragment android:name="com.viatech.camera.EventsListFragment" android:id="@id/list_fragment" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
<LinearLayout android:background="#ffeeeeee" android:layout_width="fill_parent" android:layout_height="wrap_content" android:divider="?android:dividerVertical" android:showDividers="middle">
<Button android:textAppearance="?android:textAppearanceLarge" android:textStyle="bold" android:textColorHint="#ffcc0000" android:ellipsize="end" android:id="@id/create_button" android:paddingBottom="8.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:hint="@string/button_create" android:maxLines="1" android:drawableTop="@drawable/ic_device_access_video" android:layout_weight="1.0" android:onClick="createEvent" android:fontFamily="sans-serif-condensed" style="?android:attr/borderlessButtonStyle" />
</LinearLayout>
</LinearLayout>
<ProgressBar android:id="@id/youtube_progress" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" />
</RelativeLayout>