Add mask for incoming cat bubble
This commit is contained in:
parent
417b7d0a6a
commit
b32ad9ab61
3 changed files with 1 additions and 2 deletions
BIN
res/drawable-xhdpi/avatar_chat_mask.png
Normal file
BIN
res/drawable-xhdpi/avatar_chat_mask.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
|
@ -30,7 +30,7 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/mask"
|
||||
android:src="@drawable/avatar_mask"
|
||||
android:src="@drawable/avatar_chat_mask"
|
||||
android:contentDescription="@string/content_description_contact_picture"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
|
|
|
@ -29,7 +29,6 @@ import android.view.View;
|
|||
import android.view.View.OnClickListener;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue