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
hds
flexin
android-app
Commits
04f207d9
Commit
04f207d9
authored
Oct 26, 2017
by
Nastuzzi Samy
Browse files
Cleaning
parent
3fd9bdbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/fr/utc/simde/payutc/tools/Dialog.java
View file @
04f207d9
...
...
@@ -25,6 +25,8 @@ public class Dialog {
public
void
dismiss
()
{
if
(
this
.
alertDialog
!=
null
)
this
.
alertDialog
.
dismiss
();
this
.
alertDialog
=
null
;
}
public
Boolean
isShowing
()
{
return
this
.
alertDialog
!=
null
&&
this
.
alertDialog
.
isShowing
();
}
...
...
app/src/main/res/values/colors.xml
View file @
04f207d9
...
...
@@ -2,5 +2,5 @@
<resources>
<color
name=
"colorPrimary"
>
#3F51B5
</color>
<color
name=
"colorPrimaryDark"
>
#303F9F
</color>
<color
name=
"colorAccent"
>
#FF
4081
</color>
<color
name=
"colorAccent"
>
#FF
9F3F
</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