summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-07-28 16:38:52 -0700
committerJeff Sharkey <jsharkey@google.com>2014-07-29 23:19:45 +0000
commitf52773fd62fc2fec40c2e17230b644dfbee6cf2d (patch)
treef1cfd567aa9ae0639f962e7c3d23dd7e728775b2 /packages/DocumentsUI/AndroidManifest.xml
parent1561fd3b066bef822dce69e26bdd7aaa41ca3a84 (diff)
downloadframeworks_base-f52773fd62fc2fec40c2e17230b644dfbee6cf2d.zip
frameworks_base-f52773fd62fc2fec40c2e17230b644dfbee6cf2d.tar.gz
frameworks_base-f52773fd62fc2fec40c2e17230b644dfbee6cf2d.tar.bz2
More DocumentsUI material iteration.
Move to using Toolbar for all actions. Drawer contains its own Toolbar with separate title, and hamburger is always visible. Change drawer items to match spec. Switching to Toolbar allows us to remove nasty dialog-on-tablet hacks, yay! This also means we can finally get real IME resizing support. Move to using elevation for all shadows; this removes more nasty hacks around drawing directory shadows. Bug: 15836082 Change-Id: Iba70b898f385a7debd8aabfc98ff39d20bca860d
Diffstat (limited to 'packages/DocumentsUI/AndroidManifest.xml')
-rw-r--r--packages/DocumentsUI/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DocumentsUI/AndroidManifest.xml b/packages/DocumentsUI/AndroidManifest.xml
index 3861cc1..915e2f9 100644
--- a/packages/DocumentsUI/AndroidManifest.xml
+++ b/packages/DocumentsUI/AndroidManifest.xml
@@ -11,7 +11,7 @@
<activity
android:name=".DocumentsActivity"
- android:theme="@style/Theme"
+ android:theme="@style/DocumentsTheme"
android:icon="@drawable/ic_doc_text">
<intent-filter>
<action android:name="android.intent.action.OPEN_DOCUMENT" />