Merge branch 'master' into 3.0.X

Conflicts:
	src/org/linphone/ChatFragment.java
	src/org/linphone/LinphoneActivity.java
	src/org/linphone/ui/BubbleChat.java
This commit is contained in:
Margaux Clerc 2015-08-14 11:28:42 +02:00
commit 6c2c9266e0
2 changed files with 1 additions and 5 deletions

View file

@ -296,7 +296,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
if (isOrientationLandscape && topBar != null) { if (isOrientationLandscape && topBar != null) {
topBar.setVisibility(View.GONE); topBar.setVisibility(View.GONE);
} }
//contactPicture.setVisibility(View.GONE); contactPicture.setVisibility(View.GONE);
} }
public void hideKeyboardVisibleMode() { public void hideKeyboardVisibleMode() {

View file

@ -89,10 +89,6 @@ public class BubbleChat implements LinphoneChatMessage.LinphoneChatMessageListen
layoutParams.setMargins(10, 0, 10, 0); layoutParams.setMargins(10, 0, 10, 0);
view.setBackgroundResource(R.drawable.resizable_chat_bubble_incoming); view.setBackgroundResource(R.drawable.resizable_chat_bubble_incoming);
view.setId(message.getStorageId());
view.setLayoutParams(layoutParams);
LinearLayout layout;
if (message.isOutgoing()) { if (message.isOutgoing()) {
view = (LinearLayout) LayoutInflater.from(context).inflate(R.layout.chat_bubble_outgoing, null); view = (LinearLayout) LayoutInflater.from(context).inflate(R.layout.chat_bubble_outgoing, null);