|
@@ -108,7 +108,8 @@
|
|
|
android:text="@string/exchange_coin"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/clTop"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
@@ -119,7 +120,8 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:background="@drawable/shape_f1f4f8_16"
|
|
|
- android:layout_height="28dp">
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<com.swago.baseswago.cusview.MediumTextView
|
|
|
android:id="@+id/tvSelf"
|
|
@@ -160,10 +162,9 @@
|
|
|
android:textSize="16dp"
|
|
|
android:text="User ID"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv3"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
|
android:id="@+id/etInputID"
|
|
@@ -174,7 +175,7 @@
|
|
|
android:layout_marginEnd="15dp"
|
|
|
android:textSize="16dp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
+ tools:visibility="gone"
|
|
|
android:inputType="number"
|
|
|
android:layout_marginStart="15dp"
|
|
|
android:textColor="#435568"
|
|
@@ -189,14 +190,13 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/etInputID"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
android:layout_marginStart="15dp"
|
|
|
android:layout_marginEnd="15dp"
|
|
|
android:background="#33AFB9C3"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="1dp"/>
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
@@ -206,7 +206,8 @@
|
|
|
android:layout_marginTop="15dp"
|
|
|
android:layout_marginBottom="48dp"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"/>
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
|
|
|
<com.swago.baseswago.cusview.BoldTextView
|
|
@@ -223,6 +224,7 @@
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:layout_marginBottom="30dp"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="48dp"/>
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:visibility="gone"/>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|