Blame view

XPadAppRD/app/src/main/res/layout-land-420dpi-1794x1080/activity_main.xml 1.41 KB
3ae7ffc5   孙向锦   project init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      tools:context="com.sunvote.xpadapp.MainActivity">
  
      <FrameLayout
          android:id="@+id/frame_content"
          android:layout_width="fill_parent"
          android:layout_height="fill_parent" />
  
      <TextView
          android:id="@+id/terminal_id"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_alignParentTop="true"
          android:layout_centerHorizontal="true"
          android:gravity="center_horizontal"
          android:text="land-1794*1080" />
  
      <ImageView
          android:id="@+id/service"
          android:layout_width="50dp"
          android:layout_height="50dp"
          android:layout_centerVertical="true"
          android:layout_alignParentRight="true"
          android:layout_marginRight="20dp"
          android:layout_marginBottom="20dp"
          android:src="@drawable/service_server" />
  
      <RelativeLayout
          android:id="@+id/service_panel"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:background="@color/white"
          android:layout_centerInParent="true"
          android:visibility="gone">
          <include layout="@layout/dialog_service"  />
      </RelativeLayout>
  </RelativeLayout>