Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
7fd3afd7
Commit
7fd3afd7
authored
Sep 26, 2018
by
michael lundquist
Browse files
This line is really all it takes to set the theme. I need to do this dynamically now.
parent
588f2bfd
Pipeline
#3022
passed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/srct/whatsopen/views/activities/MainActivity.java
View file @
7fd3afd7
...
...
@@ -40,6 +40,7 @@ public class MainActivity extends AppCompatActivity implements MainView {
@Override
protected
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
setTheme
(
R
.
style
.
darkTheme
);
setContentView
(
R
.
layout
.
activity_main
);
// Bind them views
...
...
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