fix #172, show more accurate call screen info if a contact has multiple numbers

This commit is contained in:
tibbi
2022-02-06 18:12:24 +01:00
parent e627ce4afd
commit edd8aa4923
5 changed files with 43 additions and 24 deletions

View File

@ -31,7 +31,7 @@
tools:text="Caller name" />
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/caller_number_label"
android:id="@+id/caller_number"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/normal_margin"
@ -52,7 +52,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/call_sim_image"
app:layout_constraintTop_toBottomOf="@+id/caller_number_label"
app:layout_constraintTop_toBottomOf="@+id/caller_number"
tools:text="Is Calling" />
<ImageView