Bug 1130203 - Set width for share overlay. r=mhaigh

This commit is contained in:
Michael Comella 2015-02-27 16:25:11 -08:00
parent 6d18b8672f
commit 7f56f688ba

View File

@ -7,7 +7,7 @@
<!-- Serves to position the content on the screen (bottom, centered) and provide the drop-shadow -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/sharedialog"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
@ -15,7 +15,7 @@
android:clipToPadding="false">
<LinearLayout
android:layout_width="wrap_content"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:paddingTop="8dp"