Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_onclite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_xiaomi_onclite
Commits
bb0a4088
Commit
bb0a4088
authored
2 weeks ago
by
Dhina17
Browse files
Options
Downloads
Patches
Plain Diff
onclite: Reduce status bar padding
Some users want it. Change-Id: I6abe59a4f6a2bc2554e2fb85f69b1816964fed95
parent
7dc9c535
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
+2
-2
2 additions, 2 deletions
...y/frameworks/base/packages/SystemUI/res/values/dimens.xml
with
2 additions
and
2 deletions
overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
+
2
−
2
View file @
bb0a4088
...
...
@@ -17,8 +17,8 @@
-->
<resources>
<!-- the padding on the start of the statusbar -->
<dimen
name=
"status_bar_padding_start"
>
14
dp
</dimen>
<dimen
name=
"status_bar_padding_start"
>
7
dp
</dimen>
<!-- the padding on the end of the statusbar -->
<dimen
name=
"status_bar_padding_end"
>
14
dp
</dimen>
<dimen
name=
"status_bar_padding_end"
>
7
dp
</dimen>
</resources>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment