Smaller remote picture on incoming call.
Bigger picture whould hide caller address.
This commit is contained in:
parent
9f99d61a1f
commit
6271c5f6a3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<ImageView android:id="@+id/incoming_picture"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_gravity="center" android:scaleType="fitCenter"
|
||||
android:minWidth="192px" android:minHeight="192px"
|
||||
android:minWidth="128px" android:minHeight="128px"
|
||||
android:paddingBottom="10sp"/>
|
||||
<TextView android:id="@+id/incoming_caller_name"
|
||||
android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue