mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Update ui
This commit is contained in:
parent
cc88e49a95
commit
a6447e7eaa
3 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/colorA" />
|
||||
android:drawable="@drawable/footer_chat_selected" />
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@color/colorD" />
|
||||
android:drawable="@drawable/footer_chat_selected" />
|
||||
<item
|
||||
android:drawable="@color/colorD" />
|
||||
android:drawable="@drawable/footer_chat" />
|
||||
</selector>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
<TextView
|
||||
android:id="@+id/no_call_history"
|
||||
android:text="@string/no_call_history"
|
||||
style="@style/font14"
|
||||
style="@style/font2"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<TextView
|
||||
android:id="@+id/no_missed_call_history"
|
||||
android:text="@string/no_missed_call_history"
|
||||
style="@style/font14"
|
||||
style="@style/font2"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
|||
|
|
@ -76,8 +76,8 @@
|
|||
<!-- Call -->
|
||||
<string name="incoming_call">Appel entrant</string>
|
||||
<string name="outgoing_call">Appel sortant</string>
|
||||
<string name="add_video_dialog">Votre corespondant(e) souhaiterais ajouter la vidéo</string>
|
||||
<string name="add_video_dialog">Votre correspondant(e) souhaiterais ajouter la vidéo</string>
|
||||
<string name="no_current_call">Toutes vos conversations sont en pause</string>
|
||||
<string name="call_paused_by_remote">%s a mis la conversation en pause.</string>
|
||||
<string name="call_paused_by_remote">Votre correspondant(e) a mis la conversation en pause.</string>
|
||||
<string name="zrtp_dialog">Veuillez vérifier par oral avec votre interlocuteur qu\'il a le code suivant :\n%s</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue