|
|
@@ -81,4 +81,23 @@
|
|
|
android:layout_below="@+id/top_bar"
|
|
|
android:background="@color/white" />
|
|
|
|
|
|
+ <com.kfzs.duanduan.view.DragRelativeLayout
|
|
|
+ android:id="@+id/fgt_gc_hb_500_yuan_drl"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginBottom="@dimen/content_padding_20"
|
|
|
+ android:gravity="right"
|
|
|
+ android:paddingTop="@dimen/content_padding_10"
|
|
|
+ android:paddingBottom="@dimen/content_padding_10"
|
|
|
+ android:visibility="visible">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="90dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@mipmap/bg_hb_500yuan" />
|
|
|
+ </com.kfzs.duanduan.view.DragRelativeLayout>
|
|
|
</RelativeLayout>
|