1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 17:02:21 -05:00

Translucent background for conversations

This commit is contained in:
Sebastian Kaspari 2010-03-17 21:52:20 +01:00
parent c89acdb4bc
commit b100a9935b

View File

@ -22,9 +22,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#ee000000" />
<corners
android:bottomRightRadius="10dp"
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
</shape>