File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
app/src/main/res_core/layout Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <LinearLayout
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
4+ android : layout_width =" match_parent"
5+ android : layout_height =" wrap_content"
6+ android : gravity =" center_horizontal"
7+ android : orientation =" vertical"
8+ android : padding =" @dimen/spacing_16" >
9+
10+ <Button
11+ android : id =" @+id/btn_show_notification"
12+ style =" @style/WideBtnStyle"
13+ android : layout_width =" match_parent"
14+ android : layout_height =" wrap_content"
15+ android : text =" @string/bar_notification_show" />
16+
17+ <Button
18+ android : id =" @+id/btn_hide_notification"
19+ style =" @style/WideBtnStyle"
20+ android : layout_width =" match_parent"
21+ android : layout_height =" wrap_content"
22+ android : text =" @string/bar_notification_hide" />
23+
24+ </LinearLayout >
You can’t perform that action at this time.
0 commit comments