| | |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/card_view_fixed" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="180dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="0dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_gravity="bottom" |
| | |
| | | android:background="#030308" |
| | | app:cardBackgroundColor="#030308" |
| | | android:layout_alignParentBottom="true"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:padding="10dp" |
| | | android:gravity="center_horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/alipay_layout" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/wechat_shape" |
| | | android:layout_marginTop="60dp" |
| | | android:layout_marginTop="15dp" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginRight="15dp" |
| | | android:padding="3dp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@android:color/transparent" |
| | | android:layout_marginTop="100dp" |
| | | android:layout_marginTop="15dp" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginRight="15dp" |
| | | android:padding="1dp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@android:color/transparent" |
| | | android:layout_marginTop="140dp" |
| | | android:layout_marginTop="15dp" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginRight="15dp" |
| | | android:padding="1dp" |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </androidx.coordinatorlayout.widget.CoordinatorLayout> |