mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Change badge size of missed chat and missed call
This commit is contained in:
parent
bcbad782f9
commit
b92b1fe9f9
2 changed files with 27 additions and 27 deletions
|
|
@ -98,8 +98,8 @@
|
|||
<TextView
|
||||
android:id="@+id/unreadMessages"
|
||||
style="@style/font18"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_alignBottom="@+id/sipUri"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginBottom="4dp"
|
||||
|
|
@ -107,7 +107,8 @@
|
|||
android:background="@drawable/chat_list_indicator"
|
||||
android:contentDescription="@string/content_description_unread_chat_message"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"/>
|
||||
android:maxLines="1"
|
||||
android:textSize="18sp"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@id/lastMessageLayout"
|
||||
|
|
|
|||
|
|
@ -104,18 +104,17 @@
|
|||
android:contentDescription="@string/content_description_history"
|
||||
android:src="@drawable/footer_history"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/missed_calls"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginLeft="55dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:background="@drawable/history_chat_indicator"
|
||||
android:gravity="center"
|
||||
android:text="1"
|
||||
android:textColor="#000000"
|
||||
android:textSize="8.3sp"
|
||||
android:visibility="gone"/>
|
||||
<TextView
|
||||
android:id="@+id/missed_calls"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_marginLeft="55dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:background="@drawable/history_chat_indicator"
|
||||
android:gravity="center"
|
||||
android:textColor="#000000"
|
||||
android:textSize="18sp"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
@ -199,18 +198,18 @@
|
|||
android:background="@drawable/footer_button"
|
||||
android:src="@drawable/footer_chat"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/missed_chats"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginLeft="55dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:background="@drawable/history_chat_indicator"
|
||||
android:gravity="center"
|
||||
android:textAlignment="center"
|
||||
android:textColor="#000000"
|
||||
android:textSize="8.3sp"
|
||||
android:visibility="gone"/>
|
||||
<TextView
|
||||
android:id="@+id/missed_chats"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
android:layout_marginLeft="55dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:background="@drawable/history_chat_indicator"
|
||||
android:gravity="center"
|
||||
android:textAlignment="center"
|
||||
android:textColor="#000000"
|
||||
android:textSize="18sp"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue