diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-08-11 13:48:49 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-08-11 15:56:31 -0700 |
| commit | ce39730da0d1956b037abbc95ac54dbdb8a971da (patch) | |
| tree | a076ae99e445b0f3e10cd7fb07eaf0b0cb467d91 /res/values/styles.xml | |
| parent | 6183b73ec5b86040a23d252da3c680d6da907e98 (diff) | |
| download | android_packages_apps_Email-ce39730da0d1956b037abbc95ac54dbdb8a971da.tar.gz android_packages_apps_Email-ce39730da0d1956b037abbc95ac54dbdb8a971da.tar.bz2 android_packages_apps_Email-ce39730da0d1956b037abbc95ac54dbdb8a971da.zip | |
Update styling of chips fields.
Fixes b/5122133 replace recipient background with new multiline background
Change-Id: Icbdb1e885526ccbe1bbbb5e332db8532988a749e
Diffstat (limited to 'res/values/styles.xml')
| -rw-r--r-- | res/values/styles.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index fd71530a0..874bd2489 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -195,6 +195,27 @@ <item name="android:minHeight">48dip</item> </style> + <style name="ComposeFieldLinearLayout" parent="android:Widget.Holo.Light.EditText"> + <item name="android:addStatesFromChildren">true</item> + <item name="android:focusable">false</item> + <item name="android:focusableInTouchMode">false</item> + <item name="android:orientation">horizontal</item> + <item name="android:layout_width">match_parent</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:clickable">true</item> + <item name="android:paddingLeft">0dip</item> + <item name="android:paddingRight">0dip</item> + </style> + <style name="ComposeHeading"> + <item name="android:layout_width">wrap_content</item> + <item name="android:layout_height">32dip</item> + <item name="android:textSize">12sp</item> + <item name="android:textStyle">bold</item> + <item name="android:textColor">@color/compose_label_text</item> + <item name="android:paddingLeft">8dip</item> + <item name="android:gravity">center_vertical</item> + </style> + <style name="message_list_item_normal"> <!-- no styles on phones --> </style> |
