Skip to content

Commit d37c8bd

Browse files
committed
📝 Added disclaimer
1 parent 62f25e7 commit d37c8bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,26 @@
6060
android:textColor="@color/white" />
6161
</LinearLayout>
6262

63+
<LinearLayout
64+
android:layout_width="match_parent"
65+
android:layout_height="wrap_content"
66+
android:layout_marginStart="16sp"
67+
android:layout_marginTop="16sp"
68+
android:layout_marginEnd="16sp"
69+
android:background="#45FF0000"
70+
android:orientation="horizontal">
71+
72+
<TextView
73+
android:id="@+id/textView5"
74+
android:layout_width="wrap_content"
75+
android:layout_height="wrap_content"
76+
android:layout_weight="1"
77+
android:padding="16sp"
78+
android:text="This is a development debug build. It contains bugs, unfinished features and issues such as large app sizes."
79+
android:textAlignment="center"
80+
android:textColor="?colorSecondary" />
81+
</LinearLayout>
82+
6383
</LinearLayout>
6484

6585
<LinearLayout

0 commit comments

Comments
 (0)