From 4d323c7c09ccd13ccb7db70741dc9e6112923123 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Fri, 21 Apr 2017 16:36:42 +0200 Subject: [PATCH] Clean layout warnings and errors --- res/anim/bounce.xml | 11 - res/layout-land/about.xml | 7 +- .../assistant_codec_downloader.xml | 10 +- res/layout-land/call.xml | 1 - res/layout-land/chatlist_cell.xml | 10 +- res/layout-land/dialer.xml | 13 +- .../assistant_account_creation.xml | 12 +- .../assistant_linphone_login.xml | 12 +- res/layout-sw533dp-land/assistant_login.xml | 10 +- res/layout-sw533dp-land/chatlist_cell.xml | 12 +- res/layout-sw533dp/chatlist_cell.xml | 12 +- res/layout-sw533dp/dialer.xml | 1 + res/layout/about.xml | 5 +- res/layout/assistant.xml | 1 - res/layout/assistant_account_creation.xml | 12 +- ...stant_account_creation_code_activation.xml | 2 +- res/layout/assistant_country_list.xml | 2 +- res/layout/assistant_linphone_login.xml | 10 +- res/layout/assistant_login.xml | 10 +- res/layout/assistant_remote_provisioning.xml | 2 +- .../assistant_remote_provisioning_login.xml | 12 +- res/layout/audio.xml | 3 +- res/layout/call.xml | 279 +++++++++--------- res/layout/call_inactive_row.xml | 4 +- res/layout/chat.xml | 2 +- res/layout/chat_bubble.xml | 43 ++- res/layout/chatlist_cell.xml | 6 +- res/layout/conf_call_control_row.xml | 2 +- res/layout/conference_paused_row.xml | 4 +- res/layout/contact.xml | 10 +- res/layout/contact_cell.xml | 4 +- res/layout/contact_control_row.xml | 4 +- res/layout/dialer.xml | 13 +- res/layout/history_cell.xml | 2 +- res/layout/in_app_store.xml | 10 +- res/layout/incall_stats.xml | 8 +- res/layout/input_dialog.xml | 2 +- res/layout/new_password.xml | 4 +- res/values/non_localizable_strings.xml | 2 +- res/values/strings.xml | 2 +- 40 files changed, 285 insertions(+), 286 deletions(-) delete mode 100644 res/anim/bounce.xml diff --git a/res/anim/bounce.xml b/res/anim/bounce.xml deleted file mode 100644 index 611b3c09e..000000000 --- a/res/anim/bounce.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/res/layout-land/about.xml b/res/layout-land/about.xml index 6d9d277b9..d1c2d9d54 100644 --- a/res/layout-land/about.xml +++ b/res/layout-land/about.xml @@ -1,6 +1,5 @@ @@ -21,7 +20,7 @@ android:id="@+id/menu_name" android:text="@string/about" style="@style/font1" - android:singleLine="true" + android:maxLines="1" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="0.4" @@ -40,6 +39,7 @@