标签:mystra android fragment rendering problem toolslayout
本文地址:http://blog.csdn.net/caroline_wendy
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment
android:id="@+id/fragment_status"
android:name="com.chunyu.android.yamba.StatusFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_status"/>
</FrameLayout>标签:mystra android fragment rendering problem toolslayout
原文地址:http://blog.csdn.net/caroline_wendy/article/details/41842019