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
8b967a6d
Commit
8b967a6d
authored
Nov 08, 2015
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change fab color
parent
d4ec43e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
28 deletions
+6
-28
src/main/res/layout/layout_main.xml
src/main/res/layout/layout_main.xml
+5
-4
src/main/res/values/colors.xml
src/main/res/values/colors.xml
+1
-1
src/main/res/values/colors_shadow.xml
src/main/res/values/colors_shadow.xml
+0
-23
No files found.
src/main/res/layout/layout_main.xml
View file @
8b967a6d
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:ignore=
"UnknownIdInLayout"
>
<include
layout=
"@layout/toolbar_light_dark"
/>
<include
layout=
"@layout/toolbar_light_dark"
/>
<fragment
android:name=
"com.github.shadowsocks.ShadowsocksSettings"
<fragment
android:name=
"com.github.shadowsocks.ShadowsocksSettings"
android:id=
"@android:id/content"
android:layout_below=
"@+id/toolbar"
android:id=
"@android:id/content"
android:layout_below=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
<android.support.design.widget.FloatingActionButton
android:id=
"@+id/fab"
android:layout_width=
"wrap_content"
<android.support.design.widget.FloatingActionButton
android:id=
"@+id/fab"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
app:backgroundTint=
"@color/material_
blue_5
00"
app:backgroundTint=
"@color/material_
green_6
00"
android:src=
"@drawable/ic_cloud_off"
android:src=
"@drawable/ic_cloud_off"
android:layout_gravity=
"end|bottom"
android:layout_gravity=
"end|bottom"
android:layout_alignBottom=
"@+id/toolbar"
android:layout_alignBottom=
"@+id/toolbar"
...
...
src/main/res/values/colors.xml
View file @
8b967a6d
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<color
name=
"md__transparent"
>
#00000000
</color>
<color
name=
"md__transparent"
>
#00000000
</color>
<color
name=
"md__defaultBackground"
>
#FF555555
</color>
<color
name=
"md__defaultBackground"
>
#FF555555
</color>
<color
name=
"material_
blue_500"
>
#2196F3
</color>
<color
name=
"material_
green_600"
>
#43A047
</color>
<color
name=
"material_blue_grey_300"
>
#90A4AE
</color>
<color
name=
"material_blue_grey_300"
>
#90A4AE
</color>
<color
name=
"material_blue_grey_500"
>
#607D8B
</color>
<color
name=
"material_blue_grey_500"
>
#607D8B
</color>
<color
name=
"material_blue_grey_700"
>
#455A64
</color>
<color
name=
"material_blue_grey_700"
>
#455A64
</color>
...
...
src/main/res/values/colors_shadow.xml
deleted
100644 → 0
View file @
d4ec43e5
<?xml version="1.0" encoding="utf-8"?>
<!-- File created by the Android Action Bar Style Generator
Copyright (C) 2011 The Android Open Source Project
Copyright (C) 2012 readyState Software Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color
name=
"pressed_shadow"
>
#CC33B5E5
</color>
<color
name=
"title"
>
#EEE
</color>
</resources>
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