Loading app/src/main/res/layout/activity_pause_window.xml 0 → 100644 +70 −0 Original line number Diff line number Diff line <?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=".PauseWindow" android:background="#D6D6D6"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="30dp" android:layout_marginTop="30dp" android:layout_marginEnd="30dp" android:layout_marginBottom="30dp" android:background="@drawable/popupbg" android:gravity="center" android:orientation="vertical"> <TextView style="@android:style/TextAppearance.DeviceDefault.Medium" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/alfa_slab_one" android:padding="10dp" android:text="Paused" android:textColor="@color/black" android:textSize="24sp" /> <TextView android:id="@+id/textView3" style="@android:style/TextAppearance.DeviceDefault.Medium" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="20dp" android:layout_marginEnd="20dp" android:gravity="left" android:text="Touch the screen to jump and avoid the colorful chalk. Hint: Try not to hit the opposite side or you'll bounce right back! Don't worry, you have unlimited jumps!" android:textColor="@color/black" android:textSize="20sp" /> <Button android:id="@+id/chalkGameResumeButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="20dp" android:layout_marginEnd="20dp" android:fontFamily="@font/abeezee" android:text="Resume" /> <Button android:id="@+id/chalkGameExitButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="3dp" android:layout_marginEnd="20dp" android:fontFamily="@font/abeezee" android:text="Return to main menu" /> </LinearLayout> </RelativeLayout> No newline at end of file Loading
app/src/main/res/layout/activity_pause_window.xml 0 → 100644 +70 −0 Original line number Diff line number Diff line <?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=".PauseWindow" android:background="#D6D6D6"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="30dp" android:layout_marginTop="30dp" android:layout_marginEnd="30dp" android:layout_marginBottom="30dp" android:background="@drawable/popupbg" android:gravity="center" android:orientation="vertical"> <TextView style="@android:style/TextAppearance.DeviceDefault.Medium" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/alfa_slab_one" android:padding="10dp" android:text="Paused" android:textColor="@color/black" android:textSize="24sp" /> <TextView android:id="@+id/textView3" style="@android:style/TextAppearance.DeviceDefault.Medium" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="20dp" android:layout_marginEnd="20dp" android:gravity="left" android:text="Touch the screen to jump and avoid the colorful chalk. Hint: Try not to hit the opposite side or you'll bounce right back! Don't worry, you have unlimited jumps!" android:textColor="@color/black" android:textSize="20sp" /> <Button android:id="@+id/chalkGameResumeButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="20dp" android:layout_marginEnd="20dp" android:fontFamily="@font/abeezee" android:text="Resume" /> <Button android:id="@+id/chalkGameExitButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="20dp" android:layout_marginTop="3dp" android:layout_marginEnd="20dp" android:fontFamily="@font/abeezee" android:text="Return to main menu" /> </LinearLayout> </RelativeLayout> No newline at end of file