mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-04-19 17:31:37 -04:00

Used to help orient people scrolling through books, in a way that is colorful. Shading the background of a list item is also totally a possibility.
12 lines
507 B
XML
12 lines
507 B
XML
<resources>
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
|
|
<!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp:
|
|
https://developer.android.com/design/patterns/navigation-drawer.html -->
|
|
<dimen name="navigation_drawer_width">240dp</dimen>
|
|
|
|
<dimen name="navigation_drawer_highlight_height">32dp</dimen>
|
|
</resources>
|