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
ab326dc2
Commit
ab326dc2
authored
Dec 25, 2016
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update header background
parent
5c8f6189
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/res/drawable/background_header.jpg
src/main/res/drawable/background_header.jpg
+0
-0
src/main/res/drawable/background_header.png
src/main/res/drawable/background_header.png
+0
-0
src/main/res/drawable/background_selectable.xml
src/main/res/drawable/background_selectable.xml
+1
-1
src/main/res/layout/layout_main.xml
src/main/res/layout/layout_main.xml
+1
-1
src/main/scala/com/github/shadowsocks/MainActivity.scala
src/main/scala/com/github/shadowsocks/MainActivity.scala
+1
-1
No files found.
src/main/res/drawable/background_header.jpg
deleted
100644 → 0
View file @
5c8f6189
58.8 KB
src/main/res/drawable/background_header.png
0 → 100644
View file @
ab326dc2
277 KB
src/main/res/drawable/background_selectable.xml
View file @
ab326dc2
...
...
@@ -2,7 +2,7 @@
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@color/material_
blue_gre
y_300"
/>
<solid
android:color=
"@color/material_
primar
y_300"
/>
<corners
android:radius=
"4dp"
/>
</shape>
</item>
...
...
src/main/res/layout/layout_main.xml
View file @
ab326dc2
...
...
@@ -81,7 +81,7 @@
app:layout_anchor=
"@+id/stat"
>
<android.support.design.widget.FloatingActionButton
android:id=
"@+id/fab"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:backgroundTint=
"@color/material_
blue_grey_7
00"
app:backgroundTint=
"@color/material_
primary_5
00"
app:srcCompat=
"@drawable/ic_start_idle"
app:pressedTranslationZ=
"6dp"
app:borderWidth=
"0dp"
/>
</com.github.jorgecastilloprz.FABProgressCircle>
...
...
src/main/scala/com/github/shadowsocks/MainActivity.scala
View file @
ab326dc2
...
...
@@ -168,7 +168,7 @@ class MainActivity extends Activity with ServiceBoundContext with Drawer.OnDrawe
private
var
rxText
:
TextView
=
_
private
var
txRateText
:
TextView
=
_
private
var
rxRateText
:
TextView
=
_
private
lazy
val
greyTint
=
ContextCompat
.
getColorStateList
(
this
,
R
.
color
.
material_
blue_grey_7
00
)
private
lazy
val
greyTint
=
ContextCompat
.
getColorStateList
(
this
,
R
.
color
.
material_
primary_5
00
)
private
lazy
val
greenTint
=
ContextCompat
.
getColorStateList
(
this
,
R
.
color
.
material_green_700
)
val
handler
=
new
Handler
()
...
...
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