mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
fix #172, show more accurate call screen info if a contact has multiple numbers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user