Blame view
GameSDKRelease/res/layout/pay_container.xml
553 Bytes
f63824b88
![]() |
1 2 |
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
5b95cccaf
![]() |
3 4 5 |
android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/payment_common_bg" |
f63824b88
![]() |
6 |
android:orientation="vertical" > |
5b95cccaf
![]() |
7 |
<include layout="@layout/pay_title" /> |
f63824b88
![]() |
8 |
|
5b95cccaf
![]() |
9 10 |
<LinearLayout android:id="@+id/container" |
f63824b88
![]() |
11 |
android:layout_width="match_parent" |
5b95cccaf
![]() |
12 13 14 15 |
android:layout_height="wrap_content" android:orientation="vertical" > </LinearLayout> |
f63824b88
![]() |
16 17 |
</LinearLayout> |