Update to target Android 15 (SDK 35) - had to do some adjustment to layout to make MainAcivity2 display correctly
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/activity_main2_root_layout"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/versionTv"
|
||||
|
||||
Reference in New Issue
Block a user