Change the fonts / sizes of the chips labels to match the rest of the compose activity.

part of Bug:5162602 Alignment of elements in compose screen seems off (master/tot/prime)

Change-Id: Ie2125df9888198448d1503edc4cccf3537db016c
This commit is contained in:
Mindy Pereira 2011-08-17 16:48:21 -07:00
parent a43437e96a
commit d52ff88e89
1 changed files with 3 additions and 4 deletions

View File

@ -203,12 +203,11 @@
</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:layout_height">wrap_content</item>
<item name="android:textSize">18sp</item>
<item name="android:textColor">@color/compose_label_text</item>
<item name="android:paddingLeft">8dip</item>
<item name="android:gravity">center_vertical</item>
<item name="android:layout_gravity">center_vertical</item>
</style>
<style name="message_list_item_normal">