Skip to content

Commit

Permalink
πŸ“ Added disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaz4 committed Jan 19, 2022
1 parent 62f25e7 commit d37c8bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/src/main/res/layout/activity_welcome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@
android:textColor="@color/white" />
</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16sp"
android:layout_marginTop="16sp"
android:layout_marginEnd="16sp"
android:background="#45FF0000"
android:orientation="horizontal">

<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:padding="16sp"
android:text="This is a development debug build. It contains bugs, unfinished features and issues such as large app sizes."
android:textAlignment="center"
android:textColor="?colorSecondary" />
</LinearLayout>

</LinearLayout>

<LinearLayout
Expand Down

0 comments on commit d37c8bd

Please sign in to comment.