Can now browse a list of documents!

This commit is contained in:
Bradlee Speice
2014-05-05 04:07:58 -04:00
parent f228e8265e
commit 594df14a31
11 changed files with 169 additions and 19 deletions

View File

@ -10,6 +10,8 @@
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
@ -17,4 +19,13 @@
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<!-- Almost re-use style from Widget.Holo.Button.Borderless -->
<style name="AppBaseTheme.Borderless">
<item name="android:background">?android:attr/selectableItemBackground</item>
<!-- Requires API 17
<item name="android:paddingStart">4dip</item>
<item name="android:paddingEnd">4dip</item>
-->
</style>
</resources>