Created
January 12, 2021 14:22
-
-
Save sthewissen/44ecc8f066fa1cc60fb53c510dfaa639 to your computer and use it in GitHub Desktop.
Dimens.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<resources xmlns:tools="http://schemas.android.com/tools"> | |
<dimen name="design_bottom_navigation_text_size" tools:override="true">14sp</dimen> | |
<dimen name="design_bottom_navigation_active_text_size" tools:override="true">14sp</dimen> | |
<dimen name="design_bottom_navigation_icon_size">20dp</dimen> | |
<dimen name="design_bottom_navigation_height">60dp</dimen> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment