you'll need to edit some xmls. (This is off the top of my head)
conversation_list_screen.xml
change line 4
Code:
android:background="#ffffffff"
to
Code:
android:background="@drawable/your_image"
create an image for your background and place it in the drawables-xhdpi folder. Name it whatever you want but make sure it matches the code above where it says 'your_image'
conversation_item_xml
you want this to be transparent, so your image behind it will show.
make sure at line 2, the background is set to this:
Code:
android:background="#00000000"
message_list_item_send.xml
Set the linear layout at line 8 to transparent. Make sure the background is set to
#00000000.
Do the same thing for the time stamp at line 14.
message_item_list_recv.xml
Set the linear layout at line 8 to transparent. Make sure the background is set to
#00000000.
Here, the timestamp is at line 11. make it transparent too.
This should take care of all the transparencies. Text colors can be altered here too if you need. Try it out and post some screens!
Try Copy, as opposed to Dropbox. Better, IMO:
https://copy.com?r=iXPemk
Follow me on Twitter for the most up to date info: https://twitter.com/#!/ArtVandelay440
My website with all the goods
|