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:
commit
0a83efd653
@ -14,12 +14,18 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
style="@style/RecipientComposeFieldLayout">
|
style="@style/ComposeFieldLayout"
|
||||||
<TextView
|
android:layout_height="48dip"
|
||||||
android:id="@+id/from"
|
android:layout_marginTop="4dip">
|
||||||
|
|
||||||
|
<TextView android:id="@+id/from"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:singleLine="true"
|
||||||
|
android:ellipsize="end"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:background="@null"
|
android:background="@android:color/transparent"
|
||||||
/>
|
android:layout_height="match_parent"
|
||||||
</LinearLayout>
|
android:layout_gravity="center_vertical"
|
||||||
|
android:gravity="center_vertical" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user