|
|
@@ -5,15 +5,6 @@ |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/background_color"> |
|
|
|
|
|
|
|
<com.hjq.bar.TitleBar |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/transparent" |
|
|
|
app:leftIcon="@mipmap/back_three" |
|
|
|
app:lineVisible="false" |
|
|
|
app:title="订单详情" |
|
|
|
app:titleColor="@color/black" /> |
|
|
|
|
|
|
|
<com.huntersun.vkyes.etcopencard.src.widget.StatusLayout |
|
|
|
android:id="@+id/hl_status_hint" |
|
|
|
android:layout_width="match_parent" |
|
|
@@ -43,7 +34,7 @@ |
|
|
|
android:gravity="left" |
|
|
|
android:layout_alignTop="@+id/img_green_card" |
|
|
|
android:layout_marginLeft="@dimen/dp_30" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:layout_toLeftOf="@+id/img_green_card" |
|
|
|
android:text="" /> |
|
|
|
|
|
|
@@ -423,4 +414,16 @@ |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
<com.hjq.bar.TitleBar |
|
|
|
android:id="@+id/title_bar" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/transparent" |
|
|
|
app:leftIcon="@mipmap/back_three" |
|
|
|
app:lineVisible="false" |
|
|
|
app:title="订单详情" |
|
|
|
app:titleColor="@color/black" |
|
|
|
/> |
|
|
|
|
|
|
|
</RelativeLayout> |