aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-21 01:13:44 +0200
committerjruesga <jorge@ruesga.com>2012-10-21 01:13:44 +0200
commit27b7ffa87da1e82ae7f2d375ab31e86e1941e83e (patch)
treee5b94350f840515ae857d825c461000f7caefea3 /res/values/styles.xml
parentc334085636273895dba8e03c197f119456d6bc18 (diff)
downloadandroid_packages_apps_CMFileManager-27b7ffa87da1e82ae7f2d375ab31e86e1941e83e.tar.gz
android_packages_apps_CMFileManager-27b7ffa87da1e82ae7f2d375ab31e86e1941e83e.tar.bz2
android_packages_apps_CMFileManager-27b7ffa87da1e82ae7f2d375ab31e86e1941e83e.zip
New activity "Picker Activity"
This activity allows third party application to browse and get the content using GET_CONTENT action and a mime/type. This activity used the NavigationView in jail room mode and it's only capable of pick a file (actions like open or others are not permitted) * CleanUp
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7529aa45..fdabbd87 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,10 +15,12 @@
** limitations under the License. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- The default theme -->
<style name="Explorer.Theme.Holo.Ligth" parent="@android:style/Theme.Holo.Light">
<item name="android:windowBackground">@color/default_background</item>
</style>
+ <!-- A theme with overlay -->
<style name="Explorer.Theme.Holo.Ligth.Overlay" parent="@android:style/Theme.Holo.Light">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@color/black_transparent</item>