Blame view

footsafety/app/src/main/res/layout/userlogin_outlet.xml 1010 Bytes
f7a13682   “wangming”   项目初始化
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
  <?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="@dimen/forty_height"
      android:id="@+id/rl_item_layout">
  
      <TextView
          android:id="@+id/list_outlet"
          android:layout_width="match_parent"
          android:layout_height="35dp"
          android:gravity="center"
          android:text="@string/outlet_txt"
          android:textColor="@color/blackcolor"
          android:textSize="15sp" />
  
      <View
          android:id="@+id/view_partnerlist"
          android:layout_width="match_parent"
          android:layout_height="0.6dp"
          android:background="@color/gray" />
  
      <RelativeLayout
          android:id="@+id/rl_checked_layout"
          android:layout_width="match_parent"
          android:layout_height="match_parent"
          android:background="@color/green"
          android:alpha="0.2"
          android:visibility="gone">
  
      </RelativeLayout>
  </RelativeLayout>