1<!-- 2 ~ Copyright (C) 2015 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ Unless required by applicable law or agreed to in writing, software 10 ~ distributed under the License is distributed on an "AS IS" BASIS, 11 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 ~ See the License for the specific language governing permissions and limitations under the 13 ~ License. 14 ~ 15 --> 16 17<resources> 18 <!-- Default screen margins, per the Android Design guidelines. --> 19 <dimen name="detail_backdrop_height">256dp</dimen> 20 <dimen name="card_margin">16dp</dimen> 21 <dimen name="activity_horizontal_margin">16dp</dimen> 22 <dimen name="activity_vertical_margin">16dp</dimen> 23 <dimen name="fab_margin">16dp</dimen> 24 <dimen name="app_bar_height">200dp</dimen> 25 <dimen name="item_width">200dp</dimen> 26 <dimen name="text_margin">16dp</dimen> 27</resources> 28