修改测试url
This commit is contained in:
parent
17f80a6539
commit
9955d77a33
|
|
@ -40,7 +40,7 @@ object VidiConst {
|
||||||
|
|
||||||
|
|
||||||
const val URL_DISCORD: String = "https://discord.gg/qAZaaN8uaU"
|
const val URL_DISCORD: String = "https://discord.gg/qAZaaN8uaU"
|
||||||
const val URL_GAME: String = "https://discord.gg/qAZaaN8uaU"
|
const val URL_GAME: String = "https://www.163.com"
|
||||||
const val URL_PRIVACY: String = "https://rsappinc.com/privacy.html"
|
const val URL_PRIVACY: String = "https://rsappinc.com/privacy.html"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,7 @@
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1" >
|
||||||
android:layout_marginHorizontal="15dp" >
|
|
||||||
<WebView
|
<WebView
|
||||||
android:id="@+id/web_view"
|
android:id="@+id/web_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue