aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-06-12 12:36:16 -0700
committerSteve Kondik <steve@cyngn.com>2016-11-02 17:28:25 -0700
commit7cf7a731ef8a51d68e3cd0ac2d8c7ce569fe333f (patch)
tree76d196bc73908a21cd1edf4fde55f418db2619df /AndroidManifest.xml
parent8f5038d00ee997d35e134752b271cca0d399c5bb (diff)
downloadandroid_packages_apps_CMFileManager-7cf7a731ef8a51d68e3cd0ac2d8c7ce569fe333f.tar.gz
android_packages_apps_CMFileManager-7cf7a731ef8a51d68e3cd0ac2d8c7ce569fe333f.tar.bz2
android_packages_apps_CMFileManager-7cf7a731ef8a51d68e3cd0ac2d8c7ce569fe333f.zip
Navigation & homepage
Move from single view to fragments. Add homepage. The base homepage is basically a list/scroll view with a search box at the top. Below will be search quick links and other fast link items. Change-Id: Ifd5fe9f1859837e1a76e250c42312c35e637657f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 46602187..ec978a55 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,7 +49,7 @@
android:banner="@drawable/banner"
android:label="@string/app_name"
android:largeHeap="true"
- android:theme="@style/FileManager.Theme.Material.Light"
+ android:theme="@style/Base.AppTheme"
android:supportsRtl="true">
<meta-data
@@ -95,11 +95,10 @@
</service>
<activity
- android:name=".activities.NavigationActivity"
+ android:name=".activities.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:uiOptions="none"
- android:theme="@style/FileManager.Theme.Material.Light.NoActionBar"
android:windowSoftInputMode="adjustNothing"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true">
@@ -143,7 +142,6 @@
android:label="@string/picker"
android:uiOptions="none"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.GET_CONTENT" />
@@ -178,7 +176,6 @@
android:name=".activities.ShortcutActivity"
android:label="@string/app_name"
android:uiOptions="none"
- android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -189,7 +186,6 @@
android:name=".activities.ChangeLogActivity"
android:label="@string/app_name"
android:uiOptions="none"
- android:theme="@style/FileManager.Theme.Material.Light.Overlay"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -232,7 +228,6 @@
android:label="@string/app_name"
android:uiOptions="none"
android:configChanges="orientation|keyboardHidden|screenSize"
- android:theme="@android:style/Theme.Material.Light.Dialog"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />