-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #1976: Optimize code in administrator_controls_general_view.xml #2005
Fix #1976: Optimize code in administrator_controls_general_view.xml #2005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. You can just remove layout_height
too as per below comments.
Thanks.
app/src/main/res/layout-land/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
app/src/main/res/layout-land/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
app/src/main/res/layout-sw600dp/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
app/src/main/res/layout-sw600dp/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
app/src/main/res/layout/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
app/src/main/res/layout/administrator_controls_general_view.xml
Outdated
Show resolved
Hide resolved
@Florence-Njeri PTAL (Please take a look) |
…trator_controls_general_view.xml since it is already present in the styles that extend from Common1
|
@Florence-Njeri Make sure you always reply to the comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
I will. |
Explanation
Checklist