Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
AccountManager
Commits
3b7fdafe
Commit
3b7fdafe
authored
Jun 22, 2021
by
Seweryn Fornalik
Browse files
Remove divider above Account settings
parent
86e78e8a
Pipeline
#122252
passed with stage
in 5 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/xml/sync_prefs.xml
View file @
3b7fdafe
...
...
@@ -8,13 +8,15 @@
~ http://www.gnu.org/licenses/gpl.html
-->
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:settings=
"http://schemas.android.com/apk/res-auto"
>
<PreferenceScreen
android:iconSpaceReserved=
"true"
android:summary=
"@string/manage_account_description"
android:title=
"@string/manage_accounts"
android:order=
"300"
>
android:order=
"300"
settings:allowDividerAbove=
"false"
>
<intent
android:action=
"ACTION_VIEW"
android:targetClass=
"foundation.e.accountmanager.ui.AccountsActivity"
...
...
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