Update ui

This commit is contained in:
Margaux Clerc 2015-11-09 14:27:03 +01:00
parent cc88e49a95
commit a6447e7eaa
3 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -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"

View file

@ -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>