summaryrefslogtreecommitdiffstats
path: root/res/layout/email.xml
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2011-12-19 08:14:16 -0800
committerVikram Aggarwal <viki@google.com>2012-01-03 15:12:15 -0800
commit5e5ac748eadbb17eee84b39a424b8b9270ade46c (patch)
treee3b623254fbbe038fc00e1bb8b593fc10328faa3 /res/layout/email.xml
parent44b3288d6edb01259b44e831f9dc2b3e0f762785 (diff)
downloadandroid_packages_apps_UnifiedEmail-5e5ac748eadbb17eee84b39a424b8b9270ade46c.tar.gz
android_packages_apps_UnifiedEmail-5e5ac748eadbb17eee84b39a424b8b9270ade46c.tar.bz2
android_packages_apps_UnifiedEmail-5e5ac748eadbb17eee84b39a424b8b9270ade46c.zip
Adding the ActionBar to the unified codebase.
Change-Id: I4067b55aa2d7a020b682567dcd2355a4e7d91450
Diffstat (limited to 'res/layout/email.xml')
-rw-r--r--res/layout/email.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/email.xml b/res/layout/email.xml
index f2fbe3900..357e74329 100644
--- a/res/layout/email.xml
+++ b/res/layout/email.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!--
+ Copyright (C) 2011 Google Inc.
+ Licensed to The Android Open Source Project.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -26,4 +28,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
</ListView>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>