Skip to content

Commit

Permalink
Create dimens.xml
Browse files Browse the repository at this point in the history
This removes the following error:
The dimen in values-large has no declaration in the base 'values' folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier
  • Loading branch information
LunaUrsa committed Dec 29, 2020
1 parent 45100bd commit 9e08a8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TripMobile/app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="menu_button">65dp</dimen>
<dimen name="menu_text">20sp</dimen>
<dimen name="heading_padding">2dp</dimen>
<dimen name="heading_size">22sp</dimen>
<dimen name="text_padding">6dp</dimen>
<dimen name="text_size">16sp</dimen>
<dimen name="factsheets_text_width">15dp</dimen>
</resources>

0 comments on commit 9e08a8d

Please sign in to comment.