Bug 1146735 - Change outer container to FrameLayout. r=liuche

This commit is contained in:
Justin Inouye 2015-08-24 18:23:29 -07:00
parent 041997930b
commit 4acbccd35b

View File

@ -3,7 +3,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/dropshadow"
@ -22,4 +22,4 @@
android:orientation="vertical"/>
</ScrollView>
</LinearLayout>
</FrameLayout>