Loading app/src/main/res/layout/activity_credit.xml 0 → 100644 +21 −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:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/credit_enlarged"> <Button android:layout_width="140dp" android:layout_height="wrap_content" android:background="@drawable/buttonbg" android:fontFamily="@font/press_start_2p" android:text="Back" android:id="@+id/back_btn" tools:layout_editor_absoluteX="309dp" tools:layout_editor_absoluteY="347dp" android:layout_marginBottom="10dp" android:layout_centerHorizontal="true" android:layout_alignParentBottom="true"/> </RelativeLayout> No newline at end of file Loading
app/src/main/res/layout/activity_credit.xml 0 → 100644 +21 −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:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/credit_enlarged"> <Button android:layout_width="140dp" android:layout_height="wrap_content" android:background="@drawable/buttonbg" android:fontFamily="@font/press_start_2p" android:text="Back" android:id="@+id/back_btn" tools:layout_editor_absoluteX="309dp" tools:layout_editor_absoluteY="347dp" android:layout_marginBottom="10dp" android:layout_centerHorizontal="true" android:layout_alignParentBottom="true"/> </RelativeLayout> No newline at end of file