feat: Inbox WIP(#222)

This commit is contained in:
ibo 2024-03-06 16:06:56 +01:00 committed by GitHub
parent e50a65571f
commit 2855093f5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 171 additions and 0 deletions

View file

@ -135,6 +135,18 @@
</FrameLayout>
<ImageButton
android:id="@+id/imageButton"
android:layout_width="47dp"
android:layout_height="47dp"
android:layout_gravity="end|center_vertical"
android:layout_marginEnd="10dp"
android:background="@null"
android:padding="7dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/inbox_empty"
app:tint="@color/bg_white" />
<com.google.android.material.card.MaterialCardView
android:id="@+id/homeUserAvatarContainer"
android:layout_width="52dp"