Fixed wrong icon in account profile

This commit is contained in:
Sylvain Berfini 2024-12-09 11:24:00 +01:00
parent 3167544873
commit d718cff486

View file

@ -221,7 +221,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:layout_marginEnd="16dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:text="@={viewModel.sipAddress, default=`sip:johndoe@sip.example.org`}"
@ -257,7 +257,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:layout_marginEnd="16dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:text="@={viewModel.deviceId, default=`1234`}"
@ -326,7 +326,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:src="@drawable/info"
android:src="@drawable/question"
android:contentDescription="@string/content_description_click_for_more_info"
app:tint="?attr/color_main2_600"
app:layout_constraintTop_toTopOf="@id/prefix_label"