Blame view

android/GameSDKRelease/res/layout/title.xml 1.48 KB
dd679641e   赵康   增加gump logo,设置为lo...
1
2
3
  <?xml version="1.0" encoding="utf-8"?>
  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent"
4c1c42af5   赵康   增加vk登录
4
      android:layout_height="wrap_content"
7a00ee278   赵康   version3.3.8
5
      android:id="@+id/title_bar"
4c1c42af5   赵康   增加vk登录
6
      android:background="@drawable/title_light_bg" >
dd679641e   赵康   增加gump logo,设置为lo...
7
8
9
10
  
      <ImageView
          android:id="@+id/btn_back"
          android:layout_width="wrap_content"
4c1c42af5   赵康   增加vk登录
11
          android:layout_height="wrap_content"
dd679641e   赵康   增加gump logo,设置为lo...
12
13
          android:layout_alignParentLeft="true"
          android:layout_centerVertical="true"
4c1c42af5   赵康   增加vk登录
14
15
          android:layout_marginLeft="10dp"
          android:paddingLeft="20dp"
dd679641e   赵康   增加gump logo,设置为lo...
16
17
18
19
20
21
22
23
24
25
          android:paddingRight="10dp"
          android:src="@drawable/ic_back_dark" />
  
      <TextView
          android:id="@+id/up_txt"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_centerVertical="true"
          android:layout_toRightOf="@id/btn_back"
          android:textColor="@color/black_text"
2fcd98d88   赵康   清理Facebook sdk
26
          android:textSize="18sp" />
dd679641e   赵康   增加gump logo,设置为lo...
27
28
29
30
  
      <ImageView
          android:id="@+id/log"
          android:layout_width="wrap_content"
4c1c42af5   赵康   增加vk登录
31
32
33
          android:layout_height="wrap_content"
          android:layout_marginTop="27dp"
          android:layout_marginLeft="35dp"
dd679641e   赵康   增加gump logo,设置为lo...
34
35
36
37
38
39
40
41
42
          android:visibility="gone" />
  
      <TextView
          android:id="@+id/title"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_centerInParent="true"
          android:textColor="@android:color/black"
          android:textSize="18sp" />
d1bf9b48f   赵康   add required reso...
43
  </RelativeLayout>