File tree 4 files changed +11
-13
lines changed
4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 22
22
#-renamesourcefileattribute SourceFile
23
23
24
24
-dontwarn com.google.android.gms.internal.**
25
- -keep class com.github.shadowsocks.ProfileConfigFragment
Original file line number Diff line number Diff line change 4
4
android : layout_width =" match_parent"
5
5
android : layout_height =" match_parent" >
6
6
<include layout =" @layout/toolbar_light_dark" />
7
- <androidx . fragment.app.FragmentContainerView
7
+ <fragment
8
8
android : id =" @+id/content"
9
9
android : name =" com.github.shadowsocks.ProfileConfigFragment"
10
10
android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 6
6
android : layout_height =" match_parent"
7
7
android : orientation =" vertical" >
8
8
<include layout =" @layout/toolbar_light_dark" />
9
- <androidx . fragment.app.FragmentContainerView
9
+ <fragment
10
10
android : id =" @+id/barcode"
11
11
android : name =" com.google.android.gms.samples.vision.barcodereader.BarcodeCapture"
12
12
android : layout_width =" fill_parent"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <androidx .fragment.app.FragmentContainerView
3
- xmlns : android =" http://schemas.android.com/apk/res/android"
4
- xmlns : tools =" http://schemas.android.com/tools"
5
- android : id =" @+id/main_browse_fragment"
6
- android : name =" com.github.shadowsocks.tv.MainFragment"
7
- android : layout_width =" match_parent"
8
- android : layout_height =" match_parent"
9
- tools : context =" .MainActivity"
10
- tools : deviceIds =" tv"
11
- tools : ignore =" MergeRootFrame" />
2
+ <fragment xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
4
+ android : id =" @+id/main_browse_fragment"
5
+ android : name =" com.github.shadowsocks.tv.MainFragment"
6
+ android : layout_width =" match_parent"
7
+ android : layout_height =" match_parent"
8
+ tools : context =" .MainActivity"
9
+ tools : deviceIds =" tv"
10
+ tools : ignore =" MergeRootFrame" />
You can’t perform that action at this time.
0 commit comments