Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
horanvo
take-your-pill
Commits
41b66f39
Commit
41b66f39
authored
4 years ago
by
Vojtěch Hořánek
Browse files
Options
Download
Email Patches
Plain Diff
fixed about activity theme
parent
a2c3f425
master
develop
history_charts
v1.5
v1.5.rc3
v1.5.rc2
v1.5.rc1
1 merge request
!22
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/AndroidManifest.xml
+3
-1
app/src/main/AndroidManifest.xml
with
3 additions
and
1 deletion
+3
-1
app/src/main/AndroidManifest.xml
+
3
-
1
View file @
41b66f39
...
...
@@ -16,7 +16,9 @@
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme.Splash"
>
<activity
android:name=
".activity.AboutActivity"
/>
<activity
android:name=
".activity.AboutActivity"
android:theme=
"@style/AppTheme"
/>
<activity
android:name=
".activity.MainActivity"
>
<meta-data
android:name=
"android.app.shortcuts"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets