-
Ankita Tiwari authoredAnkita Tiwari authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
activity_chalk_game_ripactivity.xml 2.33 KiB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ChalkGameRIPActivity"
android:background="#D6D6D6">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="30dp"
android:orientation="vertical"
android:gravity="center"
android:background="@drawable/popupbg">
<TextView
style="@android:style/TextAppearance.DeviceDefault.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="LE GASP!"
android:textColor="@color/black"
android:textSize="24sp"
android:fontFamily="@font/alfa_slab_one" />
<TextView
android:id="@+id/textView3"
style="@android:style/TextAppearance.DeviceDefault.Medium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="left"
android:layout_marginStart="20dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="20dp"
android:text="The chalk annihilated you!!!"
android:textColor="@color/black"
android:textSize="20sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="20dp"
android:text="Luckily, our scientists have found a way to respawn you to the main menu!"
android:textSize="18sp" />
<Button
android:id="@+id/ChalkRIPResume"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginTop="30dp"
android:layout_marginEnd="20dp"
android:text="Continue"
android:fontFamily="@font/abeezee" />
</LinearLayout>
</RelativeLayout>