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
2.2 KiB
10 lines
2.2 KiB
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout android:orientation="horizontal" android:id="@id/player_mode_view" android:background="@color/popup_bg" android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:custom="http://schemas.android.com/apk/res-auto">
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/displaymode_panorama" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" custom:status_normal="@drawable/panorama_normal" custom:status_select="@drawable/panorama_selected" custom:status_text="@string/str_panorama" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/displaymode_vr" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" custom:status_normal="@drawable/vr_normal" custom:status_select="@drawable/vr_selected" custom:status_text="@string/str_vr" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/displaymode_vr180" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" custom:status_normal="@drawable/vr180_normal" custom:status_select="@drawable/vr180_selected" custom:status_text="@string/str_vr180" />
|
||
|
<View android:id="@id/split_line" android:background="@color/tab_text_selected" android:layout_width="1.0dip" android:layout_height="fill_parent" android:layout_marginLeft="1.0dip" android:layout_marginTop="5.0dip" android:layout_marginRight="1.0dip" android:layout_marginBottom="5.0dip" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/interactivemode_touch" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" custom:status_normal="@drawable/touch_mode_normal" custom:status_select="@drawable/touch_mode_selected" custom:status_text="@string/mode_touch" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/interactivemode_motion" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" custom:status_normal="@drawable/sensor_mode_normal" custom:status_select="@drawable/sensor_mode_selected" custom:status_text="@string/mode_motion" />
|
||
|
</LinearLayout>
|