Blame view

C5/app/src/main/res/layout-land-280dpi-1920x1116/activity_main.xml 1.6 KB
fac86401   孙向锦   初始化C5 Vote
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
41
42
43
44
45
46
  <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-280dpi-1920*1116" />
  
      <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>
  
      <FrameLayout
          android:id="@+id/lockscreen"
          android:layout_width="fill_parent"
          android:layout_height="fill_parent"
          android:visibility="gone"></FrameLayout>
  </RelativeLayout>