am 3cc76ab8: Merge "Make the compose from field look just like the one in Gmail." into ics-mr1

* commit '3cc76ab810a9a5f3706def4faf08ab73b7298080':
  Make the compose from field look just like the one in Gmail.
This commit is contained in:
Mindy Pereira 2011-11-02 22:49:48 +00:00 committed by Android Git Automerger
commit 0a83efd653

View File

@ -14,12 +14,18 @@
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/RecipientComposeFieldLayout">
<TextView
android:id="@+id/from"
style="@style/ComposeFieldLayout"
android:layout_height="48dip"
android:layout_marginTop="4dip">
<TextView android:id="@+id/from"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceMedium"
android:background="@null"
/>
</LinearLayout>
android:background="@android:color/transparent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:gravity="center_vertical" />
</LinearLayout>