Blame view
GameSDKDemo/src/main/res/layout/activity_main.xml
1.71 KB
d6bc71fcb
![]() |
1 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
969c0010c
![]() |
2 3 4 5 6 |
android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white" android:fitsSystemWindows="true" android:orientation="vertical"> |
d6bc71fcb
![]() |
7 8 9 10 11 12 |
<TextView android:id="@+id/version" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" |
969c0010c
![]() |
13 |
android:textColor="@color/black_text"/> |
d6bc71fcb
![]() |
14 15 16 |
<TextView android:id="@+id/user_info" |
064eb2054
![]() |
17 |
android:layout_width="match_parent" |
d6bc71fcb
![]() |
18 |
android:layout_height="wrap_content" |
969c0010c
![]() |
19 |
android:textColor="@android:color/black"/> |
d6bc71fcb
![]() |
20 21 22 |
<Button android:id="@+id/login_or_logout" |
064eb2054
![]() |
23 |
android:layout_width="match_parent" |
d6bc71fcb
![]() |
24 |
android:layout_height="wrap_content" |
064eb2054
![]() |
25 |
android:backgroundTint="@color/g_color" |
4a6edc661
![]() |
26 27 28 29 30 31 32 33 34 |
android:text="@string/login"/> <Button android:id="@+id/check_state" android:layout_width="match_parent" android:layout_height="wrap_content" android:backgroundTint="@color/g_color" android:enabled="false" android:text="@string/check"/> |
969c0010c
![]() |
35 |
|
064eb2054
![]() |
36 37 38 39 40 |
<Button android:id="@+id/iap" android:layout_width="match_parent" android:layout_height="wrap_content" android:backgroundTint="@color/g_color" |
4a6edc661
![]() |
41 42 |
android:enabled="false" android:text="@string/iap"/> |
d6bc71fcb
![]() |
43 44 45 |
<Button android:id="@+id/pay" |
064eb2054
![]() |
46 |
android:layout_width="match_parent" |
d6bc71fcb
![]() |
47 |
android:layout_height="wrap_content" |
064eb2054
![]() |
48 |
android:backgroundTint="@color/g_color" |
4a6edc661
![]() |
49 50 |
android:enabled="false" android:text="@string/pay"/> |
d6bc71fcb
![]() |
51 |
|
472513368
![]() |
52 |
|
d6bc71fcb
![]() |
53 |
</LinearLayout> |