| | |
| | | android:id="@+id/dynamicContainer" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="20dp" |
| | | android:padding="10dp" |
| | | android:layout_marginTop="0dp" |
| | | android:background="@android:color/transparent" |
| | | app:layout_constraintTop_toBottomOf="@id/divider" |
| | |
| | | <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" |
| | |
| | | android:textColor="#7E5C3C" |
| | | android:textSize="14sp" |
| | | android:gravity="start" |
| | | android:layout_marginLeft="0dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:orientation="horizontal" |
| | | /> |
| | | |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </androidx.coordinatorlayout.widget.CoordinatorLayout> |