diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d6ebef7ca..8f1b57fa0 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="1400" + android:versionName="1.4.0"> - + android:drawable="@color/colorH"/> diff --git a/res/drawable/footer_button.xml b/res/drawable/footer_button.xml index 9baeba680..0f72a1153 100644 --- a/res/drawable/footer_button.xml +++ b/res/drawable/footer_button.xml @@ -2,9 +2,9 @@ - + android:drawable="@color/colorN"/> diff --git a/res/drawable/list_selector.xml b/res/drawable/list_selector.xml index 5862e219b..799039e55 100644 --- a/res/drawable/list_selector.xml +++ b/res/drawable/list_selector.xml @@ -4,5 +4,5 @@ android:drawable="@color/colorG" android:state_pressed="true"/> + android:drawable="@color/colorH"/> \ No newline at end of file diff --git a/res/drawable/numpad_eight.xml b/res/drawable/numpad_eight.xml index 0bc160196..cc0dcfcd0 100644 --- a/res/drawable/numpad_eight.xml +++ b/res/drawable/numpad_eight.xml @@ -1,7 +1,7 @@ - + diff --git a/res/drawable/toolbar_button.xml b/res/drawable/toolbar_button.xml index b498d407d..3271bb50d 100644 --- a/res/drawable/toolbar_button.xml +++ b/res/drawable/toolbar_button.xml @@ -1,9 +1,9 @@ - - + android:drawable="@color/colorH"/> \ No newline at end of file diff --git a/res/layout/about.xml b/res/layout/about.xml index 372c819d0..e02985c07 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,15 +1,15 @@ + android:textColor="#ffffff" + android:textSize="20sp"/> + android:padding="10dp" + android:src="@drawable/footer_contacts"/> + android:layout_gravity="center" + android:layout_weight="1" + android:background="@color/colorB" + android:gravity="center" + android:orientation="vertical" + android:padding="10dp"> + android:layout_width="183.3dp" + android:layout_height="183.3dp" + android:layout_gravity="center" + android:paddingBottom="10dp" + android:paddingTop="30dp" + android:src="@drawable/logo_secure_phone_big"/> + + - - + android:visibility="gone"/> + android:layout_alignParentRight="true" + android:layout_gravity="right" + android:layout_margin="30dp" + android:src="@drawable/logo_orange"/> diff --git a/res/layout/call.xml b/res/layout/call.xml index e88dc6bb2..f5d22e687 100644 --- a/res/layout/call.xml +++ b/res/layout/call.xml @@ -43,56 +43,51 @@ android:layout_height="wrap_content" android:visibility="visible"> - + + - - - - - + android:padding="10dp" + android:contentDescription="@string/content_description_switch_camera" + android:visibility="invisible" + android:layout_below="@+id/active_call_info" + android:layout_alignParentLeft="true"/> + android:adjustViewBounds="true" + android:contentDescription="@string/content_description_contact_picture" + android:src="@drawable/avatar_big_secure1"/> + android:adjustViewBounds="true" + android:contentDescription="@string/content_description_contact_picture" + android:src="@drawable/avatar_mask_border" + android:visibility="gone"/> @@ -121,26 +116,32 @@ - + android:layout_below="@id/avatar_layout" + android:layout_centerHorizontal="true" + android:orientation="vertical"> - + + + + + android:src="@drawable/camera_button"/> + android:visibility="gone"/> + android:layout_weight="1" + android:contentDescription="@string/content_description_toggle_micro" + android:padding="10dp" + android:src="@drawable/micro_default"/> + android:layout_weight="1" + android:contentDescription="@string/content_description_toggle_speaker" + android:padding="15dp" + android:src="@drawable/speaker_default"/> + android:layout_weight="1" + android:contentDescription="@string/content_description_audio_route" + android:padding="15dp" + android:src="@drawable/routes_default" + android:visibility="gone"/> + android:layout_weight="1" + android:contentDescription="@string/content_description_call_options" + android:padding="15dp" + android:src="@drawable/options_default"/> + android:orientation="horizontal"> + android:background="@color/colorB" + android:contentDescription="@string/content_description_numpad" + android:padding="10dp" + android:src="@drawable/footer_dialer"/> + android:background="@color/colorB" + android:contentDescription="@string/content_description_hang_up" + android:src="@drawable/call_hangup"/> + android:layout_weight="0.8" + android:background="@drawable/footer_button"> + android:layout_height="match_parent" + android:layout_centerInParent="true" + android:background="@color/colorB" + android:contentDescription="@string/content_description_chat_button" + android:padding="10dp" + android:src="@drawable/footer_chat"/> @@ -479,7 +474,7 @@ android:id="@+id/status" android:name="org.linphone.fragments.StatusFragment" android:layout_width="match_parent" - android:layout_height="40dp" - tools:layout="@layout/status" /> + android:layout_height="30dp" + tools:layout="@layout/status"/> diff --git a/res/layout/call_incoming.xml b/res/layout/call_incoming.xml index 4fec8bc8e..7544cd73b 100644 --- a/res/layout/call_incoming.xml +++ b/res/layout/call_incoming.xml @@ -10,8 +10,8 @@ android:id="@+id/status" android:name="org.linphone.fragments.StatusFragment" android:layout_width="match_parent" - android:layout_height="40dp" - tools:layout="@layout/status" /> + android:layout_height="30dp" + tools:layout="@layout/status"/> + android:orientation="horizontal"> + android:background="@drawable/hangup" + android:contentDescription="@string/content_description_decline" + android:padding="12dp" + android:src="@drawable/call_hangup"/> + android:visibility="gone"> - - + android:src="@drawable/arrow_accept"/> + + + android:alpha="0.2" + android:src="@drawable/arrow_accept"/> + android:background="@drawable/call" + android:contentDescription="@string/content_description_accept" + android:padding="12dp" + android:src="@drawable/call_audio_start"/> + android:visibility="gone"> + android:alpha="0.2" + android:src="@drawable/arrow_hangup"/> + android:alpha="0.6" + android:src="@drawable/arrow_hangup"/> + android:layout_height="wrap_content" + android:src="@drawable/arrow_hangup"/> diff --git a/res/layout/call_outgoing.xml b/res/layout/call_outgoing.xml index 654d88384..d2a7e52ea 100644 --- a/res/layout/call_outgoing.xml +++ b/res/layout/call_outgoing.xml @@ -9,9 +9,9 @@ + android:layout_height="30dp" + tools:layout="@layout/status"/> + android:orientation="horizontal"> + android:background="@drawable/button_background" + android:contentDescription="@string/content_description_toggle_micro" + android:padding="10dp" + android:src="@drawable/micro_default"/> + android:background="@drawable/button_background" + android:contentDescription="@string/content_description_toggle_speaker" + android:padding="15dp" + android:src="@drawable/speaker_default"/> + android:background="@drawable/hangup" + android:contentDescription="@string/content_description_hang_up" + android:padding="12dp" + android:src="@drawable/call_hangup"/> diff --git a/res/layout/chat.xml b/res/layout/chat.xml index c5821fc9f..092e640fb 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -2,9 +2,9 @@ + android:background="@color/colorH"> - @@ -12,19 +12,18 @@ - + + + + android:src="@drawable/delete"/> - + - @@ -134,7 +139,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:contentDescription="@string/content_description_send_file" - android:padding="5dp" + android:padding="10dp" android:src="@drawable/chat_send_file"/> - - - + android:layout_height="1dp" + android:layout_below="@+id/top" + android:background="@color/colorE"/> + android:layout_toLeftOf="@id/delete_message"> - + android:layout_height="wrap_content" + android:visibility="gone"> + android:src="@drawable/avatar"/> + android:paddingRight="10dp" + android:paddingTop="10dp"> + android:layout_height="wrap_content" + android:maxLines="1" + android:textColor="#595959" + android:textSize="13.3sp" + android:textStyle="bold"/> - + - + -