forked from mirror/monocles_chat
remove double drawable
This commit is contained in:
parent
45d2a8d7db
commit
4e875159c6
3 changed files with 3 additions and 5 deletions
|
@ -2036,7 +2036,7 @@ public class MessageAdapter extends ArrayAdapter<Message> {
|
||||||
activity.setBubbleColor(viewHolder, StyledAttributes.getColor(activity, R.attr.color_bubble_dark), StyledAttributes.getColor(activity, R.attr.colorAccent));
|
activity.setBubbleColor(viewHolder, StyledAttributes.getColor(activity, R.attr.color_bubble_dark), StyledAttributes.getColor(activity, R.attr.colorAccent));
|
||||||
} else {
|
} else {
|
||||||
viewHolder.setBackgroundResource(R.drawable.input_bubble_light);
|
viewHolder.setBackgroundResource(R.drawable.input_bubble_light);
|
||||||
activity.setBubbleColor(viewHolder, StyledAttributes.getColor(activity, R.attr.color_bubble_dark), 0);
|
activity.setBubbleColor(viewHolder, StyledAttributes.getColor(activity, R.attr.color_bubble_dark), -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -142,8 +142,7 @@
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:background="@drawable/input_bubble_light"
|
android:alpha="0.88" >
|
||||||
android:alpha="0.88">
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/message_input_box"
|
android:id="@+id/message_input_box"
|
||||||
|
|
|
@ -142,8 +142,7 @@
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:background="@drawable/input_bubble_light"
|
android:alpha="0.88" >
|
||||||
android:alpha="0.88">
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/message_input_box"
|
android:id="@+id/message_input_box"
|
||||||
|
|
Loading…
Add table
Reference in a new issue