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
63d4c44b
Commit
63d4c44b
authored
Nov 11, 2020
by
HashikD
Browse files
Added color to indicate failure to message
parent
21941c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/torproject/snowflake/fragments/MainFragment.java
View file @
63d4c44b
...
...
@@ -3,6 +3,7 @@ package org.torproject.snowflake.fragments;
import
android.animation.ArgbEvaluator
;
import
android.animation.ValueAnimator
;
import
android.content.Context
;
import
android.graphics.Color
;
import
android.graphics.PorterDuff
;
import
android.os.Bundle
;
import
android.util.Log
;
...
...
@@ -155,5 +156,6 @@ public class MainFragment extends Fragment {
startButton
.
setChecked
(
false
);
setSnowflakeStatus
(
false
);
noteTV
.
setText
(
message
);
noteTV
.
setTextColor
(
Color
.
RED
);
}
}
\ No newline at end of file
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