|
@@ -8,11 +8,11 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@android:id/message"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:fontFamily="sans-serif"
|
|
|
android:textSize="@dimen/md_content_textsize"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
tools:text="Message"
|
|
|
android:layout_gravity="center_horizontal" />
|