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.
10 lines
1.3 KiB
10 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<FrameLayout android:background="@color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<com.via.vpailib.vpaiinterface.SphericalMediaPlayer android:id="@id/vpai_photo_view_spherical_media_player" android:layout_width="fill_parent" android:layout_height="fill_parent" /> |
|
<include android:layout_width="fill_parent" android:layout_height="fill_parent" layout="@layout/load_progress_view" /> |
|
<RelativeLayout android:layout_gravity="center" android:id="@id/rl_vpai_photo_view_reload" android:visibility="gone" android:layout_width="100.0dip" android:layout_height="100.0dip"> |
|
<ImageView android:id="@id/iv_vpai_photo_view_reload" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/reload_icon" android:layout_centerInParent="true" /> |
|
<TextView android:textSize="12.0sp" android:textColor="@color/font_user_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10.0dip" android:text="@string/photo_activity_reload" android:layout_below="@id/iv_vpai_photo_view_reload" android:layout_centerInParent="true" /> |
|
</RelativeLayout> |
|
</FrameLayout> |