| | |
| | | android:layout_height="match_parent" |
| | | android:layout_below="@+id/titleBar" |
| | | android:fillViewport="true" |
| | | android:visibility="gone"> |
| | | android:visibility="visible"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_above="@+id/bottom_button_container" |
| | | android:layout_below="@+id/titleBar" |
| | | android:orientation="vertical" |
| | | android:visibility="visible"> |
| | | android:visibility="gone"> |
| | | |
| | | <ScrollView |
| | | android:layout_width="match_parent" |
| | |
| | | android:elevation="4dp" |
| | | android:orientation="vertical" |
| | | android:padding="16dp" |
| | | android:visibility="visible"> |
| | | android:visibility="gone"> |
| | | |
| | | <!-- 支付方式选择区域 --> |
| | | <LinearLayout |