|
@@ -16,13 +16,50 @@
|
|
android:layout_height="174dp"
|
|
android:layout_height="174dp"
|
|
android:scaleType="fitXY"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/red_packet_details_bg" />
|
|
android:src="@mipmap/red_packet_details_bg" />
|
|
|
|
+ <FrameLayout
|
|
|
|
+ android:id="@+id/flt_title"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="70dp">
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="50dp"
|
|
|
|
+ android:layout_marginTop="20dp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/iv_title_left"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
|
+ android:src="@mipmap/return_icon"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:tint="@color/white" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_title_center"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerInParent="true"
|
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
|
+ android:text="@string/send_red_packet"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="18sp" />
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_title_right"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
|
+ android:text="@string/send_red_packet"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="18sp" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ </FrameLayout>
|
|
|
|
|
|
|
|
|
|
- <include
|
|
|
|
- android:id="@+id/mergerStatus"
|
|
|
|
- layout="@layout/a_view_actionbar"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="72dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|