Answers for "how to make text view like whatsapp"

0

how to make text view like whatsapp

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <!-- view background color -->
    <!--<solid android:color="@color/bg_msg_from" >-->
    <solid android:color="@android:color/white" >
    </solid>

    <corners android:radius="@dimen/d5" >
    </corners>

</shape>
Posted by: Guest on July-19-2020

Code answers related to "how to make text view like whatsapp"

Browse Popular Code Answers by Language