Blame view

GameSDKRelease/res/layout/container.xml 574 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
      android:layout_width="match_parent"
f63824b88   赵康   add project
4
5
      android:layout_height="wrap_content"
      android:gravity="center"
5b95cccaf   赵康   version 2.0
6
      android:background="@drawable/dialog_bg"
f63824b88   赵康   add project
7
8
9
10
11
12
      android:orientation="vertical" >
  
      <include layout="@layout/title" />
  
      <LinearLayout
          android:id="@+id/container"
5b95cccaf   赵康   version 2.0
13
          android:layout_width="match_parent"
f63824b88   赵康   add project
14
15
16
17
18
19
          android:layout_height="wrap_content"
          android:orientation="vertical" >
          
      </LinearLayout>
  
  </LinearLayout>