Skip to content

Commit bbbdbe1

Browse files
committed
about
1 parent 5e5f550 commit bbbdbe1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
android:onClick="goToCheckList"
1515
android:text="Register"
1616
app:layout_constraintEnd_toEndOf="parent"
17+
app:layout_constraintHorizontal_bias="0.498"
18+
app:layout_constraintStart_toStartOf="parent"
19+
app:layout_constraintTop_toBottomOf="@+id/textView" />
20+
21+
<TextView
22+
android:id="@+id/textView"
23+
android:layout_width="0dp"
24+
android:layout_height="wrap_content"
25+
android:layout_marginStart="16dp"
26+
android:layout_marginTop="16dp"
27+
android:layout_marginEnd="16dp"
28+
android:text="@string/about"
29+
app:layout_constraintEnd_toEndOf="parent"
1730
app:layout_constraintStart_toStartOf="parent"
1831
app:layout_constraintTop_toTopOf="parent" />
1932

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<resources>
22
<string name="app_name">UP - example</string>
3+
<string name="about">This is an example application using UnifiedPush library.\n\nBy clicking on the register button, you will have to chose between the distributors installed on your device the one to provide push notifications.</string>
34
</resources>

0 commit comments

Comments
 (0)