Fix 2.3.x fragment LayoutParams issue.

Closes #3167

// FREEBIE
This commit is contained in:
Jake McGinty
2015-05-14 14:57:47 -07:00
committed by Moxie Marlinspike
parent 729f63d6e5
commit c7d2ed4f7d
3 changed files with 6 additions and 5 deletions

View File

@@ -123,8 +123,8 @@
</LinearLayout>
</RelativeLayout>
<LinearLayout android:id="@+id/emoji_drawer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout android:id="@+id/emoji_drawer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>