diff options
Diffstat (limited to 'wallet/src')
-rw-r--r-- | wallet/src/main/res/layout/fragment_transactions.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wallet/src/main/res/layout/fragment_transactions.xml b/wallet/src/main/res/layout/fragment_transactions.xml index 60675bb..bad79ea 100644 --- a/wallet/src/main/res/layout/fragment_transactions.xml +++ b/wallet/src/main/res/layout/fragment_transactions.xml @@ -104,10 +104,13 @@ <TextView android:id="@+id/emptyState" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" + android:layout_margin="16dp" + android:gravity="center" android:text="@string/transactions_empty" + android:textSize="16sp" android:visibility="invisible" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" |