Blame view
app/src/main/res/layout/fragment_top.xml
427 Bytes
0c1f9bf91
|
1 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
7f095a929
|
2 3 4 |
xmlns:appNs="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" |
0c1f9bf91
|
5 6 7 |
android:orientation="vertical"> <FrameLayout android:id="@+id/layout_top" |
7f095a929
|
8 |
android:layout_width="match_parent" |
0c1f9bf91
|
9 10 11 |
android:layout_height="match_parent"> </FrameLayout> </LinearLayout> |