Bottom padding in exchange fragments
This commit is contained in:
parent
5d4c1f2716
commit
319725f6c5
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_height="match_parent">
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="24dp">
|
||||
<LinearLayout
|
||||
android:id="@+id/binance_cards_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_height="match_parent">
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="24dp">
|
||||
<LinearLayout
|
||||
android:id="@+id/gateio_cards_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
android:background="@drawable/status_bar_background"
|
||||
android:text="Loading..."
|
||||
android:gravity="center"
|
||||
android:textColor="@android:color/black"
|
||||
android:textColor="@color/white"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_height="match_parent">
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="24dp">
|
||||
<LinearLayout
|
||||
android:id="@+id/kucoin_cards_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
android:background="@drawable/status_bar_background"
|
||||
android:text="Loading..."
|
||||
android:gravity="center"
|
||||
android:textColor="@android:color/black"
|
||||
android:textColor="@color/white"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
android:layout_height="match_parent">
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="24dp">
|
||||
<LinearLayout
|
||||
android:id="@+id/okex_cards_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
android:background="@drawable/status_bar_background"
|
||||
android:text="Loading..."
|
||||
android:gravity="center"
|
||||
android:textColor="@android:color/black"
|
||||
android:textColor="@color/white"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
Loading…
Reference in New Issue