Skip to content

Commit

Permalink
[fix] crashes in landscape.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 14, 2025
1 parent 32de936 commit 38e2d50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 17
targetSdkVersion 34
versionCode 17
versionName "3.2.2"
versionName "3.2.3"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
}
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/layout-land/activity_main_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@

</androidx.constraintlayout.widget.ConstraintLayout>

<TextView android:id="@+id/level_count"
android:text="Levels available:"
android:textStyle="bold"
android:textSize="14dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<Button
android:textColor="?attr/lightestFontColor"
android:layout_width="match_parent"
Expand Down

0 comments on commit 38e2d50

Please sign in to comment.