commit | 878b3da3b7cb654b304af6c897c40c4155f4466e | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Fri Dec 14 10:56:38 2012 -0800 |
committer | Chiao Cheng <chiaocheng@google.com> | Fri Dec 14 10:56:38 2012 -0800 |
tree | d3f7885da0826e40252cd019e1e63d6b7ec48050 | |
parent | c183b901c2d7758972918f58282d413505284212 [diff] |
Fixing quick contact height. Bug: 7086687 Change-Id: Iad8161cc8daffbf6c91eacb96a6e5e9285138e56
diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml index 66ddbc6..7f8ae03 100644 --- a/res/layout/quickcontact_activity.xml +++ b/res/layout/quickcontact_activity.xml
@@ -48,6 +48,7 @@ <android.support.v4.view.ViewPager android:id="@+id/item_list_pager" android:layout_width="match_parent" - android:layout_height="156dip" /> + android:layout_height="156dip" + android:background="@color/quickcontact_list_background"/> </LinearLayout> </view>