fix: compile issues and deprecate java for kotlin lint

This commit is contained in:
0x330a
2023-07-26 11:34:00 +10:00
parent 7f7971e47f
commit 41c05b1e67
12 changed files with 24 additions and 12 deletions

View File

@@ -7,10 +7,13 @@
android:orientation="horizontal"
android:gravity="center_vertical">
<include layout="@layout/view_profile_picture"
<org.thoughtcrime.securesms.components.ProfilePictureView
android:id="@+id/profilePictureView"
android:layout_width="@dimen/medium_profile_picture_size"
android:layout_height="@dimen/medium_profile_picture_size" />
android:layout_height="@dimen/medium_profile_picture_size"
android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginStart="@dimen/medium_spacing"
android:layout_marginBottom="@dimen/medium_spacing" />
<LinearLayout
android:id="@+id/conversationTitleContainer"