summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-06-11 18:44:42 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-06-13 12:54:27 -0700
commit4c7d8b5f38bfa80192d457025b834c975d7d38a3 (patch)
treeacf9be84a6c66823149ffcb1e7383f9bfea80524 /AndroidManifest.xml
parent1e852176f8b953a68be07153946f7c981ff81588 (diff)
downloadandroid_packages_apps_UnifiedEmail-4c7d8b5f38bfa80192d457025b834c975d7d38a3.tar.gz
android_packages_apps_UnifiedEmail-4c7d8b5f38bfa80192d457025b834c975d7d38a3.tar.bz2
android_packages_apps_UnifiedEmail-4c7d8b5f38bfa80192d457025b834c975d7d38a3.zip
UI improvements to photo viewer.
Photo viewer now shows the display name of the image. Additionally, it now has a subtitle that contains the current number of that attachment. Additionally, the implementation in Unified utilizes a derived class of PhotoViewActivity that tweaks the subtitle to display image size and adds action items. Currently the items are visible but do not do anything. Next commit will wire these up. As part of refactoring to make the derived classing work properly, a bunch of legacy code was deleted including all of BaseFragmentActivity as its sole reason remaining was for spoofing the ActionBar. Finally, a small change to the cancel attachment button was made so that it was appropriately selectable and 48dip by 48dip. Change-Id: I5a50bd420fa23a3e7d8734b5a46a6f28198ccef4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7fb6a050e..647ccf2d9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -107,7 +107,7 @@
</activity>
<activity
- android:name=".photo.PhotoViewActivity"
+ android:name=".photo.MailPhotoViewActivity"
android:label="@string/app_name"
android:theme="@style/PhotoViewTheme" >
</activity>