summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBen Komalo <benkomalo@google.com>2010-11-01 14:16:36 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-01 14:16:36 -0700
commit0275ea964a7f9dc90752afd0f4b14823e17cdc74 (patch)
tree27b08ee84bfdd3200ff96c3617687ce053abf3b0 /res
parent8a1bf2eef60ecb7cc87a488cef2effbc66fd9ffa (diff)
parent81e7cece03b7dc5fd926f860495d068a32856e77 (diff)
downloadandroid_packages_apps_Tag-0275ea964a7f9dc90752afd0f4b14823e17cdc74.tar.gz
android_packages_apps_Tag-0275ea964a7f9dc90752afd0f4b14823e17cdc74.tar.bz2
android_packages_apps_Tag-0275ea964a7f9dc90752afd0f4b14823e17cdc74.zip
am 81e7cece: Minor cleanup work - merge title/text in My tag and don\'t show the date on newly collected tag popups
* commit '81e7cece03b7dc5fd926f860495d068a32856e77': Minor cleanup work - merge title/text in My tag and don't show the date on newly collected tag popups
Diffstat (limited to 'res')
-rw-r--r--res/layout/my_tag_activity.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/res/layout/my_tag_activity.xml b/res/layout/my_tag_activity.xml
index 13bda73..cd8f7b3 100644
--- a/res/layout/my_tag_activity.xml
+++ b/res/layout/my_tag_activity.xml
@@ -65,29 +65,6 @@ limitations under the License.
<include layout="@layout/tag_divider" />
- <!-- Tag title -->
- <LinearLayout
- android:padding="8dip"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:text="@string/tag_title"
- style="@style/record_title"
- />
-
- <EditText
- android:id="@+id/input_tag_title"
- android:inputType="textMultiLine"
- android:lines="1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- </LinearLayout>
-
- <include layout="@layout/tag_divider" />
-
<!-- Tag text -->
<LinearLayout
android:padding="8dip"
@@ -103,7 +80,8 @@ limitations under the License.
<EditText
android:id="@+id/input_tag_text"
android:inputType="textMultiLine"
- android:lines="2"
+ android:lines="3"
+ android:gravity="top"
android:layout_width="match_parent"
android:layout_height="wrap_content" />