Skip to content

Commit

Permalink
zzz测试版
Browse files Browse the repository at this point in the history
  • Loading branch information
fanajing committed Dec 7, 2023
1 parent f6fa2ab commit faee3da
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ZZZ/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0-beta"
versionName "0.2-beta"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -32,7 +32,7 @@ android {
// 自定义打包名称
android.applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "绝区零换服启动器v1.0-beta.apk"
outputFileName = "绝区零换服启动器v0.2-beta.apk"
}
}
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions ZZZ/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<application
android:requestLegacyExternalStorage="true"
android:allowBackup="true"
android:icon="@drawable/tiedao"
android:icon="@drawable/zzzbg"
android:label="@string/app_name"
android:roundIcon="@drawable/tiedao"
android:roundIcon="@drawable/zzzbg"
android:supportsRtl="true"
android:theme="@style/Theme.myapplicationzz">
<activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void gx(View view) {
//设置对话框标题
builder.setTitle("点击下方跳转下载链接");
//设置对话框图标
builder.setIcon(R.drawable.ic_launcher);
builder.setIcon(R.drawable.zzz);
final String[] sexs = new String[]{"下载"};
//设置单选选项
builder.setSingleChoiceItems(sexs, -1, new DialogInterface.OnClickListener() {
Expand Down Expand Up @@ -229,7 +229,7 @@ public void save(View view) {
//设置对话框标题
builder.setTitle("请选择你现在有数据的服务器");
//设置对话框图标
builder.setIcon(R.drawable.gf);
builder.setIcon(R.drawable.zzz);
final String[] sexs = new String[]{"官服", "b服"};
//设置单选选项
builder.setSingleChoiceItems(sexs, -1, new DialogInterface.OnClickListener() {
Expand Down
Binary file added ZZZ/app/src/main/res/drawable/zzzb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ZZZ/app/src/main/res/drawable/zzzbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ZZZ/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
android:onClick="startBilibili"
android:padding="8dp"
android:visibility="visible"
app:srcCompat="@drawable/bf" />
app:srcCompat="@drawable/zzzb" />

<TextView
android:id="@+id/textView2"
Expand Down
2 changes: 1 addition & 1 deletion ZZZ/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">绝区零</string>
<string name="app_name">绝区零换服器</string>
<string name="appwidget_text">EXAMPLE</string>
<string name="add_widget">Add widget</string>
<string name="app_widget_description">This is an app widget description</string>
Expand Down

0 comments on commit faee3da

Please sign in to comment.