File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
OneSignalSDK/app/src/main/res/layout Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
android : paddingBottom =" @dimen/activity_vertical_margin"
15
15
android : orientation =" vertical" >
16
16
17
+ <EditText
18
+ android : id =" @+id/iamHost"
19
+ android : layout_width =" match_parent"
20
+ android : layout_height =" wrap_content"
21
+ android : ems =" 10"
22
+ android : hint =" YOUR_APP_ID_HERE"
23
+ android : inputType =" textPersonName" />
24
+
17
25
<Button
18
26
android : id =" @+id/show_fullscreen"
19
27
android : layout_width =" match_parent"
128
136
android : onClick =" onLogoutEmailClicked"
129
137
android : text =" Logout Email" />
130
138
131
- <EditText
132
- android : id =" @+id/iamHost"
133
- android : layout_width =" match_parent"
134
- android : layout_height =" wrap_content"
135
- android : ems =" 10"
136
- android : hint =" YOUR_APP_ID_HERE"
137
- android : inputType =" textPersonName" />
138
-
139
139
<LinearLayout
140
140
android : layout_width =" 0px"
141
141
android : layout_height =" 0px"
You can’t perform that action at this time.
0 commit comments