mirror of
https://gitee.com/willfree/min-vpn-client_v2.git
synced 2026-06-13 18:08:36 +08:00
修改了主界面的显示字样 & 更新了用户手册
This commit is contained in:
@@ -10,7 +10,6 @@ package com.pkusz.min_vpn_client.activity.main;
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.content.pm.PackageInfo;
|
||||
import android.net.VpnService;
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
@@ -38,7 +37,6 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
import java.util.function.Function;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import cn.qjm253.quick_android_base.extensions.ContextExtensionKt;
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
android:id="@+id/globalProxy"
|
||||
android:layout_width="@dimen/dp_120"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:hint="全局模式"
|
||||
android:hint="外访模式"
|
||||
android:textColorHint="@color/colorPrimary"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
android:id="@+id/serverSettingProxy"
|
||||
android:layout_width="@dimen/dp_120"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:hint="远程模式"
|
||||
android:hint="内访模式"
|
||||
android:textColorHint="@color/colorPrimary"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user