commit | acbee995c7827c153462202dde262fa5cd977e4e | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Fri Dec 14 14:27:46 2012 -0800 |
committer | Chiao Cheng <chiaocheng@google.com> | Fri Dec 14 14:27:46 2012 -0800 |
tree | fb16f4d5d220b5afb0d1802abed24f3562f36b13 | |
parent | d26351ab4188c70444e5cf56a6189d4a508561e5 [diff] |
Use white ashed background instead of gray. Bug: 5421590 Change-Id: I369f832dc90a989bc2c6da8e7c2a9c0aaecaeb54
diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml index 7f8ae03..61d356c 100644 --- a/res/layout/quickcontact_activity.xml +++ b/res/layout/quickcontact_activity.xml
@@ -49,6 +49,6 @@ android:id="@+id/item_list_pager" android:layout_width="match_parent" android:layout_height="156dip" - android:background="@color/quickcontact_list_background"/> + android:background="@drawable/quickcontact_track_background"/> </LinearLayout> </view>