|
@ -55,7 +55,7 @@ |
|
|
android:layout_toRightOf="@id/divider_line" |
|
|
android:layout_toRightOf="@id/divider_line" |
|
|
android:layout_marginLeft="15dp" |
|
|
android:layout_marginLeft="15dp" |
|
|
android:layout_marginTop="16dp" |
|
|
android:layout_marginTop="16dp" |
|
|
android:layout_marginRight="100dp" |
|
|
|
|
|
|
|
|
android:layout_marginRight="15dp" |
|
|
android:layout_marginBottom="16dp" |
|
|
android:layout_marginBottom="16dp" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
@ -198,13 +198,15 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<!-- 右上角核销按钮 --> |
|
|
|
|
|
|
|
|
<!-- 放置在整个布局右下角的核销按钮,与背景圆角融合 --> |
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/tv_verify_button" |
|
|
android:id="@+id/tv_verify_button" |
|
|
android:layout_width="80dp" |
|
|
android:layout_width="80dp" |
|
|
android:layout_height="36dp" |
|
|
android:layout_height="36dp" |
|
|
android:layout_alignParentTop="true" |
|
|
|
|
|
android:layout_alignParentRight="true" |
|
|
android:layout_alignParentRight="true" |
|
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
|
android:layout_marginRight="0dp" |
|
|
|
|
|
android:layout_marginBottom="0dp" |
|
|
android:background="@drawable/verify_button_background" |
|
|
android:background="@drawable/verify_button_background" |
|
|
android:clickable="true" |
|
|
android:clickable="true" |
|
|
android:focusable="true" |
|
|
android:focusable="true" |
|
|