|
@@ -6,12 +6,12 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_menu"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="56dp"
|
|
|
- android:paddingLeft="56dp"
|
|
|
android:background="@drawable/jmfloat_bg"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:paddingLeft="56dp"
|
|
|
android:paddingRight="12dp"
|
|
|
android:visibility="gone"
|
|
|
tools:visibility="visible">
|
|
@@ -21,6 +21,7 @@
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
|
android:layout_marginTop="2dp">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
@@ -47,7 +48,7 @@
|
|
|
android:layout_gravity="end"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:src="@drawable/jm_message_tip"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|
|
@@ -61,6 +62,7 @@
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
|
android:layout_marginTop="2dp">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="45dp"
|
|
|
android:layout_height="45dp"
|
|
@@ -87,7 +89,7 @@
|
|
|
android:layout_gravity="end"
|
|
|
android:layout_marginRight="10dp"
|
|
|
android:src="@drawable/jm_message_tip"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|