popup_mention_selector.xml 902 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.google.android.material.card.MaterialCardView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. style="@style/Threema.CardView.MentionSelector"
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:layout_gravity="bottom"
  9. android:gravity="bottom"
  10. app:contentPadding="0dp"
  11. app:strokeWidth="0dp"
  12. app:cardPreventCornerOverlap="false"
  13. android:outlineProvider="none">
  14. <androidx.recyclerview.widget.RecyclerView
  15. android:id="@+id/group_members_list"
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:layout_gravity="bottom"
  19. android:scrollbarStyle="outsideInset"
  20. android:scrollbars="vertical" />
  21. </com.google.android.material.card.MaterialCardView>