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