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

7 lines
416 B
XML
Raw Normal View History

2016-08-29 12:50:41 +00:00
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<item name="custom_match_parent" type="dimen">-1</item> <!-- CUSTOM MATCH_PARENT - see https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html#MATCH_PARENT -->
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>