Blame view

GameSDKRelease/res/layout/pay_container.xml 553 Bytes
f63824b88   赵康   add project
1
2
  <?xml version="1.0" encoding="utf-8"?>
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
5b95cccaf   赵康   version 2.0
3
4
5
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="@color/payment_common_bg"
f63824b88   赵康   add project
6
      android:orientation="vertical" >
5b95cccaf   赵康   version 2.0
7
      <include layout="@layout/pay_title" />
f63824b88   赵康   add project
8

5b95cccaf   赵康   version 2.0
9
10
      <LinearLayout
          android:id="@+id/container"
f63824b88   赵康   add project
11
          android:layout_width="match_parent"
5b95cccaf   赵康   version 2.0
12
13
14
15
          android:layout_height="wrap_content"
          android:orientation="vertical" >
         
      </LinearLayout>
f63824b88   赵康   add project
16
17
  
  </LinearLayout>