trkpt/app/src/main/res/values/dimens.xml

10 lines
422 B
XML
Raw Normal View History

2016-08-29 12:50:41 +00:00
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
2020-08-01 00:06:53 +00:00
<!-- CUSTOM MATCH_PARENT - see https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT -->
<item name="custom_match_parent" type="dimen">-1</item>
2016-08-29 12:50:41 +00:00
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="bottom_sheet_width">@dimen/custom_match_parent</dimen>
2016-08-29 12:50:41 +00:00
</resources>