]> git.ktnx.net Git - mobile-ledger.git/commitdiff
correct height
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 22 Dec 2018 11:16:10 +0000 (11:16 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 22 Dec 2018 11:16:10 +0000 (11:16 +0000)
app/src/main/res/layout/transaction_list_fragment.xml

index 35bd5c801c9952960cafdf194d5421f66f2ad5f5..25b6a57f6b833416cf0814fcf8bc0ea1565fcba5 100644 (file)
@@ -61,7 +61,7 @@
         <LinearLayout
             android:id="@+id/transaction_progress_layout"
             android:layout_width="match_parent"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:gravity="center_vertical"
             android:orientation="horizontal"
             android:visibility="gone">