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
mytfg
mytfg-vplan-app
Commits
e5989f39
Commit
e5989f39
authored
Jan 24, 2017
by
Lennart Bader
Browse files
Added ToolbarHeader for Account
parent
b84f652d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/mytfg/apps/vplan/fragments/SettingsFragment.java
View file @
e5989f39
...
...
@@ -60,6 +60,8 @@ public class SettingsFragment extends AuthenticationFragment {
setHasOptionsMenu
(
true
);
context
.
getToolbarManager
()
.
clear
()
.
setImage
(
R
.
mipmap
.
settings_header
)
.
showBottomScrim
()
.
setTitle
(
getString
(
R
.
string
.
menutitle_settings
))
.
setExpandable
(
true
,
true
);
...
...
app/src/main/res/mipmap-hdpi/settings_header.jpg
0 → 100644
View file @
e5989f39
270 KB
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