Skip to content
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 #3461 : Merged App Version fragment and app version activity into individual files #3683

Prev Previous commit
Update dimens.xml
  • Loading branch information
Rohit1173 committed Aug 19, 2021
commit f3053b9526c0d433bc524196b31ee771bf0f0973
6 changes: 6 additions & 0 deletions app/src/main/res/values-sw600dp-port/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,11 @@
<!-- Topic Practice Footer View -->
<dimen name="topic_practice_footer_view_margin_top">24dp</dimen>
<dimen name="topic_practice_footer_view_margin_bottom">0dp</dimen>

<!-- App Version -->
<dimen name="app_version_text_view_padding_start">16dp</dimen>
<dimen name="app_version_text_view_padding_end">16dp</dimen>
<dimen name="app_version_image_view_margin_start">24dp</dimen>
<dimen name="app_version_text_view_margin_end">28dp</dimen>

</resources>