Adjust XP progress bar position and add level badge to pause menu

This commit is contained in:
cmclark00 2025-03-27 22:24:48 -04:00
parent 5c10c6d051
commit 3e22d1c863
4 changed files with 160 additions and 39 deletions

View file

@ -255,14 +255,28 @@
android:orientation="vertical"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings"
android:textColor="@color/white"
android:textSize="24sp"
android:textStyle="bold"
android:layout_marginBottom="32dp" />
android:orientation="horizontal"
android:gravity="center"
android:layout_marginBottom="32dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/settings"
android:textColor="@color/white"
android:textSize="24sp"
android:textStyle="bold"
android:layout_marginEnd="16dp" />
<com.mintris.ui.LevelBadge
android:id="@+id/pauseLevelBadge"
android:layout_width="48dp"
android:layout_height="48dp" />
</LinearLayout>
<ScrollView
android:layout_width="match_parent"