jimu-decompiled/resources/res/layout/view_remote_control.xml
2025-05-13 19:24:51 +02:00

131 lines
6.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.ubt.jimu.controller.component.GridView
android:id="@+id/grid_view"
android:background="@color/color_CCEEFF"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:id="@+id/game_controller_config_backgroud"
android:background="#e5f9f9"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ViewStub
android:id="@+id/stub_control_null"
android:layout="@layout/layout_control_null"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"/>
<com.ubt.jimu.controller.component.DeleteView
android:id="@+id/view_delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<ImageView
android:id="@+id/im_control_affirm"
android:visibility="gone"
android:layout_width="@dimen/round_button_width"
android:layout_height="@dimen/round_button_width"
android:layout_margin="@dimen/control_menu_icon_margin"
android:layout_alignParentRight="true"/>
<TextView
android:textSize="@dimen/comm_txt_18sp"
android:textColor="#ff596f80"
android:gravity="center"
android:id="@+id/tv_title"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="@dimen/round_button_width"
android:layout_margin="@dimen/control_menu_icon_margin"
android:text=""
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"/>
<ImageView
android:id="@+id/im_control_cancel"
android:visibility="gone"
android:layout_width="@dimen/round_button_width"
android:layout_height="@dimen/round_button_width"
android:layout_margin="@dimen/control_menu_icon_margin"
android:src="@mipmap/btn_cancel"
android:scaleType="centerCrop"
android:layout_alignParentLeft="true"/>
<FrameLayout
android:id="@+id/control_container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:id="@+id/rl_control_menu_layout"
android:visibility="gone"
android:layout_width="@dimen/control_menu_width"
android:layout_height="match_parent">
<RelativeLayout
android:background="@color/color_F2FFFFFF"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_toLeftOf="@+id/control_menu_switch">
<LinearLayout
android:orientation="horizontal"
android:id="@+id/layout_control_menu"
android:layout_width="match_parent"
android:layout_height="@dimen/remote_control_title_height"
android:weightSum="2">
<RelativeLayout
android:id="@+id/rl_tab_action"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
<ImageView
android:id="@+id/im_tab_action"
android:background="@mipmap/tab_control_action_onclick"
android:layout_width="@dimen/tab_action_width_height"
android:layout_height="@dimen/tab_action_width_height"
android:layout_centerInParent="true"/>
<ImageView
android:id="@+id/view_action_line"
android:layout_width="@dimen/control_menu_tab_line_width"
android:layout_height="@dimen/control_menu_tab_line_height"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/rl_tab_widget"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
<ImageView
android:id="@+id/im_tab_widget"
android:background="@mipmap/tab_control_control_default"
android:layout_width="@dimen/tab_action_width_height"
android:layout_height="@dimen/tab_action_width_height"
android:layout_centerInParent="true"/>
<ImageView
android:id="@+id/view_widget_line"
android:visibility="gone"
android:layout_width="@dimen/control_menu_tab_line_width"
android:layout_height="@dimen/control_menu_tab_line_height"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"/>
</RelativeLayout>
</LinearLayout>
<com.ubt.jimu.controller.view.control.ViewPagerSlide
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/layout_control_menu"/>
</RelativeLayout>
<ImageView
android:id="@+id/control_menu_switch"
android:layout_width="@dimen/control_menu_switch_width"
android:layout_height="@dimen/control_menu_switch_height"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"/>
</RelativeLayout>
<com.ubt.jimu.controller.component.DragShadowView
android:id="@+id/view_drag_shadow"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>