diff options
author | Joe Robinson <joe@lc8n.com> | 2013-02-02 22:18:05 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2013-02-02 22:18:05 +0000 |
commit | da2df98f789f2531142835dc43566ccda9583c22 (patch) | |
tree | 1e87bd9465192e3db33d33ff6c08e0dd0abeacf6 /AndroidManifest.xml | |
parent | bffa5e5ea8a852bae02f724d9758edd54776b885 (diff) |
Updated file browser to show icons, size, and modified time. Also added
a button to go up a directory, and go to a specified directory
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a6b1c56..fe7b93e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -23,6 +23,7 @@ </activity> <activity android:name="com.lc8n.blauploader.FileBrowser" + android:windowSoftInputMode="stateHidden" android:label="@string/app_name" > <!-- |