diff --git a/V2rayNG/app/build.gradle b/V2rayNG/app/build.gradle index 0faf5fb5..b1cd20d3 100644 --- a/V2rayNG/app/build.gradle +++ b/V2rayNG/app/build.gradle @@ -99,6 +99,8 @@ dependencies { implementation 'me.dm7.barcodescanner:zxing:1.9.8' implementation 'com.github.jorgecastilloprz:fabprogresscircle:1.01@aar' implementation 'me.drakeet.support:toastcompat:1.1.0' + implementation 'com.blacksquircle.ui:editorkit:2.0.0' + implementation 'com.blacksquircle.ui:language-json:2.0.0' implementation(name: 'libv2ray', ext: 'aar') //implementation(name: 'tun2socks', ext: 'aar') diff --git a/V2rayNG/app/src/main/AndroidManifest.xml b/V2rayNG/app/src/main/AndroidManifest.xml index 543343ae..89849737 100644 --- a/V2rayNG/app/src/main/AndroidManifest.xml +++ b/V2rayNG/app/src/main/AndroidManifest.xml @@ -28,6 +28,8 @@ + + + android:orientation="vertical"> + android:layout_margin="@dimen/layout_margin_spacing"> + android:orientation="vertical" + android:layout_margin="@dimen/layout_margin_spacing"> - + - \ No newline at end of file +