|
|
@ -213,13 +213,15 @@ |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/layout_compare_status" |
|
|
|
android:layout_width="150dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="44dp" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_alignParentTop="true" |
|
|
|
android:layout_marginTop="50dp" |
|
|
|
android:background="@drawable/gate_radius_compare" |
|
|
|
android:visibility="gone"> |
|
|
|
android:visibility="gone" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/text_compare_status" |
|
|
@ -229,7 +231,9 @@ |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:gravity="center" |
|
|
|
android:textColor="#FF00BAF2" |
|
|
|
android:textSize="20sp" /> |
|
|
|
android:textSize="20sp" |
|
|
|
android:maxLines="1" |
|
|
|
android:ellipsize="end" /> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<!-- 底部覆盖层,包含按钮和二维码区域 --> |
|
|
|