Growth(Gold) : Fixed Select all sellable gold checkbox (#4971)

Co-authored-by: shubham-icpcw9 <shubham.patwarika@gmail.com>
This commit is contained in:
Shubham Patwarika
2023-01-18 13:02:38 +05:30
committed by GitHub Enterprise
parent a3a4a58c5b
commit cc342f2c2c

View File

@@ -185,7 +185,7 @@
<CheckBox
android:id="@+id/cbSellAmount"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_24"
android:background="@android:color/transparent"
@@ -194,7 +194,6 @@
android:paddingStart="@dimen/dp_8"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/clError"
tools:text="Enter total sellable amount" />