ui improvements

This commit is contained in:
Conny Duck 2023-07-05 20:11:12 +02:00
parent f8a6e0d8b8
commit c84815525f
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ class DomainBlocksFragment : Fragment(R.layout.fragment_domain_blocks), Injectab
}
Snackbar.make(binding.recyclerView, message, Snackbar.LENGTH_LONG)
.setTextMaxLines(5)
.setAction(event.actionText, event.action)
.show()
}

View File

@ -17,7 +17,7 @@
<com.keylesspalace.tusky.view.BackgroundMessageView
android:id="@+id/messageView"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone"