Blame view

app/src/main/res/layout/fragment_top.xml 475 Bytes
0c1f9bf91   Dinh Chu   update top handle
1
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
7f095a929   chudinhbka@gmail.com   Create GIT Project
2
3
4
      xmlns:appNs="http://schemas.android.com/apk/res-auto"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
0c1f9bf91   Dinh Chu   update top handle
5
6
7
8
      android:background="@color/background_main"
      android:orientation="vertical">
      <FrameLayout
          android:id="@+id/layout_top"
7f095a929   chudinhbka@gmail.com   Create GIT Project
9
          android:layout_width="match_parent"
0c1f9bf91   Dinh Chu   update top handle
10
11
12
          android:layout_height="match_parent">
      </FrameLayout>
  </LinearLayout>