9 lines
363 B
XML
9 lines
363 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/umeng_comm_guide_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/umeng_comm_default_background_color"
|
|
android:orientation="vertical" >
|
|
|
|
</LinearLayout> |