diff --git a/res/drawable-xhdpi/chat_background.png b/res/drawable-xhdpi/chat_background.png new file mode 100644 index 000000000..8a28fcd3b Binary files /dev/null and b/res/drawable-xhdpi/chat_background.png differ diff --git a/res/drawable-xhdpi/chat_field_background.9.png b/res/drawable-xhdpi/chat_field_background.9.png index 75b262e7c..5c406644c 100644 Binary files a/res/drawable-xhdpi/chat_field_background.9.png and b/res/drawable-xhdpi/chat_field_background.9.png differ diff --git a/res/drawable-xhdpi/chat_progressbar_background.png b/res/drawable-xhdpi/chat_progressbar_background.png deleted file mode 100644 index abd966e86..000000000 Binary files a/res/drawable-xhdpi/chat_progressbar_background.png and /dev/null differ diff --git a/res/layout-FR/chat.xml b/res/layout-FR/chat.xml deleted file mode 100644 index 0e10d6ffc..000000000 --- a/res/layout-FR/chat.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout-RU/chat.xml b/res/layout-RU/chat.xml deleted file mode 100644 index eb97e4b1d..000000000 --- a/res/layout-RU/chat.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout-small/chat.xml b/res/layout-small/chat.xml deleted file mode 100644 index 4c3c4e2aa..000000000 --- a/res/layout-small/chat.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/chat.xml b/res/layout/chat.xml index 82d38afe5..21f049284 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -1,19 +1,21 @@ - + android:background="@drawable/background" > + android:orientation="horizontal" + android:layout_alignParentTop="true" + android:layout_centerHorizontal="true"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:text="@string/remote_composing" + android:layout_above="@id/footer"/> + + - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/org/linphone/ChatFragment.java b/src/org/linphone/ChatFragment.java index 0702d13c5..b28d64b28 100644 --- a/src/org/linphone/ChatFragment.java +++ b/src/org/linphone/ChatFragment.java @@ -155,6 +155,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC } uploadLayout = (RelativeLayout) view.findViewById(R.id.uploadLayout); + uploadLayout.setVisibility(View.GONE); textLayout = (RelativeLayout) view.findViewById(R.id.messageLayout); progressBar = (ProgressBar) view.findViewById(R.id.progressbar);