|
@@ -15,7 +15,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/titleFrame"
|
|
|
android:orientation="horizontal"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingLeft="@dimen/md_dialog_frame_margin"
|
|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/content"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textSize="@dimen/md_content_textsize"
|
|
|
tools:text="Content" />
|
|
@@ -77,6 +77,7 @@
|
|
|
android:scrollbarStyle="outsideOverlay"
|
|
|
android:divider="@null"
|
|
|
android:dividerHeight="0dp" />
|
|
|
+
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|