Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake Mobile
Commits
f496bcc7
Verified
Commit
f496bcc7
authored
Aug 06, 2020
by
HashikD
Browse files
Added colors for snowflake icon
parent
15c7703a
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/fragment_main.xml
View file @
f496bcc7
...
...
@@ -24,6 +24,7 @@
android:id=
"@+id/snowflake_logo"
android:layout_width=
"200dp"
android:layout_height=
"200dp"
android:tint=
"@color/snowflakeOff"
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"150dp"
android:src=
"@drawable/ic_status_on"
/>
...
...
app/src/main/res/values/colors.xml
View file @
f496bcc7
...
...
@@ -5,4 +5,7 @@
<color
name=
"colorAccent"
>
#CC80FF
</color>
<color
name=
"colorText"
>
#FFFF
</color>
<color
name=
"colorTextSecondary"
>
#757575
</color>
<color
name=
"snowflakeOff"
>
#AAAAAA
</color>
<color
name=
"snowflakeOn"
>
#8000D7
</color>
<color
name=
"snowflakeConnected"
>
#00FFB0
</color>
</resources>
Write
Preview
Supports
Markdown
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