diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-30 19:14:59 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-30 19:15:00 +0000 |
commit | 02bd6dfd37763a21d1a47a24579070f21c9ffc88 (patch) | |
tree | 07ffa25063267abcd4d04af942413eb2d6c81368 /res | |
parent | 21a8729b15aebd18eacfe88a9ca7c00a7df5dec9 (diff) | |
parent | 4ed7db87e6c0e71b2f656e77de938f3579bc36bf (diff) |
Merge "Add slide up transition when call shortcut is dismissed" into klp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorites_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml index f518f0b92..363565a5d 100644 --- a/res/layout/phone_favorites_fragment.xml +++ b/res/layout/phone_favorites_fragment.xml @@ -27,7 +27,7 @@ <FrameLayout android:id="@+id/contact_tile_frame" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:layout_alignParentStart="true"> |