Cover rewards panel with TOS dialog

This commit is contained in:
deeppandya
2024-04-05 00:41:54 -04:00
parent 75cde8104a
commit 1247e6cc8b
@@ -7,24 +7,23 @@
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="24dp"
android:layout_margin="8dp"
android:layout_gravity="bottom"
android:layout_height="match_parent"
android:visibility="gone"
app:cardBackgroundColor="@color/rewards_panel_card_bg_color"
app:cardCornerRadius="16dp"
app:cardElevation="10dp">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:fadeScrollbars="false"
android:scrollbars="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:layout_margin="24dp"
android:orientation="vertical">
<TextView