| <?xml version="1.0" encoding="utf-8"?> |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_height="match_parent" |
| android:orientation="vertical" |
| android:layout_width="match_parent"> |
| |
| <android.support.percent.PercentRelativeLayout |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content"> |
| |
| <TextView |
| android:id="@+id/test1" |
| /> |
| |
| </android.support.percent.PercentRelativeLayout> |
| |
| <android.support.percent.PercentFrameLayout |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content"> |
| |
| <TextView |
| android:id="@+id/test2" |
| /> |
| |
| </android.support.percent.PercentFrameLayout> |
| |
| <FrameLayout |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content"> |
| |
| <<error>TextView</error> |
| android:id="@+id/test3" |
| /> |
| |
| </FrameLayout> |
| |
| </LinearLayout> |