Growth(Gold) : Fixed Select all sellable gold checkbox (#4971)
Co-authored-by: shubham-icpcw9 <shubham.patwarika@gmail.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
a3a4a58c5b
commit
cc342f2c2c
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user