11<?xml version =" 1.0" encoding =" utf-8" ?>
22<layout >
33
4- <LinearLayout
5- xmlns : android =" http://schemas.android.com/apk/res/android "
4+ <LinearLayout xmlns : android = " http://schemas.android.com/apk/res/android "
5+ xmlns : app =" http://schemas.android.com/apk/res-auto "
66 android : id =" @+id/rootView"
77 android : layout_width =" match_parent"
88 android : layout_height =" match_parent"
99 android : background =" @drawable/mohu"
1010 android : orientation =" vertical"
1111 android : padding =" @dimen/default_margin" >
1212
13- <TextView
14- android : id =" @+id/tv_folder_name"
15- android : layout_width =" wrap_content"
16- android : layout_height =" wrap_content"
17- android : layout_gravity =" center"
18- android : text =" @string/qpy_app"
19- android : textColor =" #FFF"
20- android : textSize =" 28sp" />
13+ <FrameLayout
14+ android : id =" @+id/app_bar"
15+ android : layout_width =" match_parent"
16+ android : layout_height =" wrap_content" >
17+
18+ <ImageView
19+ android : id =" @+id/iv_back"
20+ android : src =" @drawable/ic_back"
21+ android : layout_gravity =" center_vertical"
22+ android : layout_marginLeft =" 25dp"
23+ android : layout_width =" wrap_content"
24+ android : layout_height =" wrap_content" />
25+
26+ <TextView
27+ android : id =" @+id/tv_folder_name"
28+ android : layout_width =" wrap_content"
29+ android : layout_height =" wrap_content"
30+ android : layout_gravity =" center"
31+ android : text =" @string/qpy_app"
32+ android : textColor =" #FFF"
33+ android : textSize =" 28sp" />
34+
35+ </FrameLayout >
2136
2237 <android .support.v7.widget.RecyclerView
2338 android : id =" @+id/rv_app"
2439 android : layout_width =" match_parent"
2540 android : layout_height =" match_parent"
2641 android : layout_marginTop =" 40dp"
27- android : background =" @null" />
42+ android : background =" @null" />
2843 </LinearLayout >
2944</layout >
0 commit comments