Blame view

android/GameSDKSample/res/layout/activity_main.xml 1007 Bytes
7bb951594   赵康   add sample project
1
2
3
4
5
6
7
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="@android:color/white"
      android:orientation="vertical" >
  
      <TextView
3b0b01ef6   赵康   modify entrance w...
8
9
10
11
12
13
          android:id="@+id/version"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:layout_gravity="center_horizontal" />
  
      <TextView
7bb951594   赵康   add sample project
14
15
          android:id="@+id/user_info"
          android:layout_width="wrap_content"
3b0b01ef6   赵康   modify entrance w...
16
17
          android:layout_height="wrap_content"
          android:textColor="@android:color/black" />
7bb951594   赵康   add sample project
18
19
  
      <Button
3b0b01ef6   赵康   modify entrance w...
20
          android:id="@+id/login_or_logout"
7bb951594   赵康   add sample project
21
22
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
4c1c42af5   赵康   增加vk登录
23
          android:enabled="false"
3b0b01ef6   赵康   modify entrance w...
24
          android:text="Login" />
7bb951594   赵康   add sample project
25
26
  
      <Button
7bb951594   赵康   add sample project
27
28
29
30
31
32
          android:id="@+id/pay"
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:text="pay" />
  
  </LinearLayout>