|
@@ -50,6 +50,7 @@
|
|
|
android:layout_height="76dp"
|
|
android:layout_height="76dp"
|
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginStart="10dp"
|
|
|
android:layout_marginBottom="13dp"
|
|
android:layout_marginBottom="13dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
android:background="@drawable/wallet_recharge_item_task_bg"
|
|
android:background="@drawable/wallet_recharge_item_task_bg"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/weekly_layout"
|
|
app:layout_constraintEnd_toStartOf="@+id/weekly_layout"
|
|
@@ -138,6 +139,7 @@
|
|
|
android:layout_height="76dp"
|
|
android:layout_height="76dp"
|
|
|
android:layout_marginStart="8dp"
|
|
android:layout_marginStart="8dp"
|
|
|
android:layout_marginBottom="13dp"
|
|
android:layout_marginBottom="13dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
android:background="@drawable/wallet_recharge_item_task_bg"
|
|
android:background="@drawable/wallet_recharge_item_task_bg"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
@@ -219,17 +221,12 @@
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
- <androidx.constraintlayout.widget.Group
|
|
|
|
|
- android:id="@+id/day_and_weekly_group"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:visibility="gone"
|
|
|
|
|
- app:constraint_referenced_ids="daily_layout,weekly_layout" />
|
|
|
|
|
-
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/only_weekly_layout"
|
|
android:id="@+id/only_weekly_layout"
|
|
|
android:layout_width="327dp"
|
|
android:layout_width="327dp"
|
|
|
android:layout_height="87dp"
|
|
android:layout_height="87dp"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ tools:visibility="visible"
|
|
|
android:layout_marginHorizontal="12dp"
|
|
android:layout_marginHorizontal="12dp"
|
|
|
android:layout_marginBottom="13dp"
|
|
android:layout_marginBottom="13dp"
|
|
|
android:background="@drawable/wallet_recharge_only_week_task_bg"
|
|
android:background="@drawable/wallet_recharge_only_week_task_bg"
|