Skip to content

Commit c0a493c

Browse files
committed
Moving app id field up to top with update app id button
1 parent 452d571 commit c0a493c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

OneSignalSDK/app/src/main/res/layout/activity_main.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
android:paddingBottom="@dimen/activity_vertical_margin"
1515
android:orientation="vertical">
1616

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+
1725
<Button
1826
android:id="@+id/show_fullscreen"
1927
android:layout_width="match_parent"
@@ -128,14 +136,6 @@
128136
android:onClick="onLogoutEmailClicked"
129137
android:text="Logout Email" />
130138

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-
139139
<LinearLayout
140140
android:layout_width="0px"
141141
android:layout_height="0px"

0 commit comments

Comments
 (0)