Blame view

app/src/main/res/layout/fragment_sns.xml 427 Bytes
7f095a929   chudinhbka@gmail.com   Create GIT Project
1
2
3
4
  <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"
7f095a929   chudinhbka@gmail.com   Create GIT Project
5
6
7
8
9
10
11
      android:orientation="vertical">
      <FrameLayout
          android:id="@+id/layout_sns"
          android:layout_width="match_parent"
          android:layout_height="match_parent">
      </FrameLayout>
  </LinearLayout>