Commit b44c3fde authored by Max Lv's avatar Max Lv

Fix #2375

parent 6ac9414c
...@@ -22,4 +22,3 @@ ...@@ -22,4 +22,3 @@
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-dontwarn com.google.android.gms.internal.** -dontwarn com.google.android.gms.internal.**
-keep class com.github.shadowsocks.ProfileConfigFragment
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<include layout="@layout/toolbar_light_dark" /> <include layout="@layout/toolbar_light_dark" />
<androidx.fragment.app.FragmentContainerView <fragment
android:id="@+id/content" android:id="@+id/content"
android:name="com.github.shadowsocks.ProfileConfigFragment" android:name="com.github.shadowsocks.ProfileConfigFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
<include layout="@layout/toolbar_light_dark" /> <include layout="@layout/toolbar_light_dark" />
<androidx.fragment.app.FragmentContainerView <fragment
android:id="@+id/barcode" android:id="@+id/barcode"
android:name="com.google.android.gms.samples.vision.barcodereader.BarcodeCapture" android:name="com.google.android.gms.samples.vision.barcodereader.BarcodeCapture"
android:layout_width="fill_parent" android:layout_width="fill_parent"
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.fragment.app.FragmentContainerView <fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main_browse_fragment" android:id="@+id/main_browse_fragment"
android:name="com.github.shadowsocks.tv.MainFragment" android:name="com.github.shadowsocks.tv.MainFragment"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment