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

15 lines
2.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:divider="?android:dividerHorizontal" android:showDividers="middle" android:dividerPadding="16.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:padding="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.volley.toolbox.NetworkImageView android:id="@id/avatar" android:background="#11000000" android:layout_width="32.0dip" android:layout_height="32.0dip" android:scaleType="centerCrop" android:contentDescription="@string/avatar" />
<TextView android:textAppearance="?android:textAppearanceLarge" android:id="@id/display_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:fontFamily="sans-serif-light" android:layout_marginStart="8.0dip" />
</LinearLayout>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:padding="8.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textAppearance="?android:textAppearanceMedium" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:text="@string/pick_one_of_your_videos_to_submit" android:fontFamily="sans-serif-condensed" android:layout_marginStart="4.0dip" />
</LinearLayout>
<FrameLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<ListView android:id="@id/list_view" android:layout_width="fill_parent" android:layout_height="fill_parent" android:numColumns="auto_fit" android:divider="@drawable/list_divider_horizontal_inset" android:choiceMode="singleChoice" android:fastScrollEnabled="true" />
<TextView android:gravity="center" android:id="@android:id/empty" android:padding="16.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/no_videos_to_show_here_" />
</FrameLayout>
</LinearLayout>