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