This commit is contained in:
2026-04-01 23:13:15 +02:00
commit 78c2d9c659
2100 changed files with 610164 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

View File

@@ -0,0 +1,4 @@
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/bg32"
android:tileMode="repeat"
android:dither="false" />

View File

@@ -0,0 +1,5 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/cancel_1_3" />
<item android:drawable="@drawable/cancel_0_3" />
</selector>

View File

@@ -0,0 +1,5 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/create_1_3" />
<item android:drawable="@drawable/create_0_3" />
</selector>

View File

@@ -0,0 +1,5 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true"
android:drawable="@drawable/creative_3" />
<item android:drawable="@drawable/survival_3" />
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,177 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" android:background="@drawable/bgtiled">
<LinearLayout
android:id="@+id/linearLayout2"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="18"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_weight="0" >
<ImageButton
android:id="@+id/button_createworld_cancel"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="3"
android:background="@drawable/btn_nw_cancel" />
<ImageButton
android:id="@+id/header_createworld_worldname"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="7"
android:background="@drawable/worldname_3" />
<ImageButton
android:id="@+id/button_createworld_create"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="3"
android:background="@drawable/btn_nw_create" />
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout3"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal" android:layout_marginBottom="20dp">
<View
android:id="@+id/View01"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="0.25" />
<com.mojang.android.EditTextAscii
android:id="@+id/editText_worldName"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.50"
android:gravity="center_horizontal"
android:text="@string/createworld_new_world"
android:typeface="monospace" >
<requestFocus />
</com.mojang.android.EditTextAscii>
<View
android:id="@+id/view1"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="0.25" />
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:gravity="center_horizontal">
<com.mojang.minecraftpe.GameModeButton
android:id="@+id/button_gameMode"
android:layout_width="173dp"
android:layout_height="46dp"
android:background="@drawable/btngamemode"
android:text="Button" android:textOff=" " android:textOn=" "/>
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout5"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:paddingBottom="20dp" >
<TextView
android:id="@+id/labelGameModeDesc"
android:text="@string/gamemode_survival_summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="monospace"/>
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal" >
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/createworld_seed" android:typeface="monospace"/>
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout7"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal" >
<View
android:id="@+id/View03"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="0.25" />
<EditText
android:id="@+id/editText_worldSeed"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:singleLine="true"
android:typeface="monospace" android:gravity="center_horizontal"/>
<View
android:id="@+id/View02"
android:layout_width="0dp"
android:layout_height="fill_parent"
android:layout_weight="0.25" />
</LinearLayout>
<LinearLayout
android:id="@+id/linearLayout8"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal" >
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/createworld_seed_info" android:typeface="monospace"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="500px"
android:layout_height="fill_parent"
>
<EditText android:id="@+id/editText1"
android:text=""
android:layout_width="fill_parent"
android:layout_height="60dp"
android:singleLine="true">
</EditText>
<View
android:layout_width="fill_parent"
android:layout_height="10px">
</View>
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:id="@+id/linearLayout1">
<Button android:layout_height="wrap_content"
android:layout_width="0px"
android:id="@+id/button2"
android:text="OK"
android:layout_weight=".5">
</Button>
<Button android:layout_height="wrap_content"
android:layout_width="0px"
android:id="@+id/button1"
android:text="Cancel"
android:layout_weight=".5">
</Button>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bgtiled"
android:tileMode="repeat" >
<TextView android:text="Multiplayer username"
android:layout_width="540px"
android:layout_height="24dp" />
<EditText android:id="@+id/editText_options_mpusername"
android:text=""
android:layout_width="fill_parent"
android:layout_height="48dp"
android:singleLine="true">
</EditText>
</LinearLayout>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bgtiled"
android:tileMode="repeat"
android:gravity="center_horizontal"
>
<TextView android:text = "@string/renameworld_title"
android:layout_width="360dp"
android:layout_height="24dp"
android:typeface="monospace"
/>
<com.mojang.android.EditTextAscii
android:id="@+id/editText_worldNameRename"
android:text="@string/renameworld_saved_world"
android:layout_width="360dp"
android:layout_height="48dp"
android:singleLine="true"
android:typeface="monospace"
android:maxLength="64"
android:imeActionLabel="Ok"
android:imeOptions="actionDone" />
<View
android:layout_width="360dp"
android:layout_height="10px" />
</LinearLayout>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More