|
@@ -41,6 +41,7 @@ class DialogueView: LinearLayout{
|
|
|
}
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_w1)
|
|
|
add(R.drawable.ic_speechbubble_w2)
|
|
|
add(R.drawable.ic_speechbubble_w3)
|
|
@@ -61,6 +62,7 @@ class DialogueView: LinearLayout{
|
|
|
iv_dialogue_view_white.setOnClickListener {
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_w1)
|
|
|
add(R.drawable.ic_speechbubble_w2)
|
|
|
add(R.drawable.ic_speechbubble_w3)
|
|
@@ -82,6 +84,7 @@ class DialogueView: LinearLayout{
|
|
|
iv_dialogue_view_blue.setOnClickListener {
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_b1)
|
|
|
add(R.drawable.ic_speechbubble_b2)
|
|
|
add(R.drawable.ic_speechbubble_b3)
|
|
@@ -102,6 +105,7 @@ class DialogueView: LinearLayout{
|
|
|
iv_dialogue_view_yellow.setOnClickListener {
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_y1)
|
|
|
add(R.drawable.ic_speechbubble_y2)
|
|
|
add(R.drawable.ic_speechbubble_y3)
|
|
@@ -122,6 +126,7 @@ class DialogueView: LinearLayout{
|
|
|
iv_dialogue_view_green.setOnClickListener {
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_g1)
|
|
|
add(R.drawable.ic_speechbubble_g2)
|
|
|
add(R.drawable.ic_speechbubble_g3)
|
|
@@ -142,6 +147,7 @@ class DialogueView: LinearLayout{
|
|
|
iv_dialogue_view_orange.setOnClickListener {
|
|
|
this.dialogueData.apply {
|
|
|
clear()
|
|
|
+ add(R.drawable.dialog_transparent)
|
|
|
add(R.drawable.ic_speechbubble_r1)
|
|
|
add(R.drawable.ic_speechbubble_r2)
|
|
|
add(R.drawable.ic_speechbubble_r3)
|