summaryrefslogtreecommitdiffstats
path: root/res/layout/conversation_view.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-01-04 10:15:32 -0800
committerMindy Pereira <mindyp@google.com>2012-01-04 10:17:17 -0800
commit3263fa9bc22e6c99543bce1dc07310e964cd2a57 (patch)
treeb2126bb54b3798c4f2dd6a3b04c3b5d2033124e9 /res/layout/conversation_view.xml
parent3570cc2197a810e2116fa10ed58aab5b38af6d20 (diff)
downloadandroid_packages_apps_UnifiedEmail-3263fa9bc22e6c99543bce1dc07310e964cd2a57.tar.gz
android_packages_apps_UnifiedEmail-3263fa9bc22e6c99543bce1dc07310e964cd2a57.tar.bz2
android_packages_apps_UnifiedEmail-3263fa9bc22e6c99543bce1dc07310e964cd2a57.zip
Lame initial impl of viewing a conversation.
Change-Id: Idb6c4ca8cc41f470f9867f9aff81c460d5b34051
Diffstat (limited to 'res/layout/conversation_view.xml')
-rw-r--r--res/layout/conversation_view.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/layout/conversation_view.xml b/res/layout/conversation_view.xml
new file mode 100644
index 000000000..b47bf8da2
--- /dev/null
+++ b/res/layout/conversation_view.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+ <TextView android:id="@+id/subject"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:ellipsize="end"/>
+</LinearLayout> \ No newline at end of file