Skip to content

Commit 5663ef5

Browse files
committed
see 12/24 log
1 parent ca7cd94 commit 5663ef5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>

0 commit comments

Comments
 (0)