Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
b44c3fde
Commit
b44c3fde
authored
Dec 06, 2019
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #2375
parent
6ac9414c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
13 deletions
+11
-13
mobile/proguard-rules.pro
mobile/proguard-rules.pro
+0
-1
mobile/src/main/res/layout/layout_profile_config.xml
mobile/src/main/res/layout/layout_profile_config.xml
+1
-1
mobile/src/main/res/layout/layout_scanner.xml
mobile/src/main/res/layout/layout_scanner.xml
+1
-1
tv/src/main/res/layout/activity_main.xml
tv/src/main/res/layout/activity_main.xml
+9
-10
No files found.
mobile/proguard-rules.pro
View file @
b44c3fde
...
@@ -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
mobile/src/main/res/layout/layout_profile_config.xml
View file @
b44c3fde
...
@@ -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"
...
...
mobile/src/main/res/layout/layout_scanner.xml
View file @
b44c3fde
...
@@ -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"
...
...
tv/src/main/res/layout/activity_main.xml
View file @
b44c3fde
<?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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment