Android how to add badge to button -


i want add badge in button, how can ?

enter image description here

button :

                    <button                     android:id="@+id/button"                     android:layout_width="0dp"                     android:layout_weight="1"                     android:background="@drawable/badge_circle"                     android:gravity="center"                     android:padding="12dip"                     android:text="button"                     android:textcolor="#ffffff"/> 

check out question: https://stackoverflow.com/a/6039353/4317806

you can use .settext change badge, badge textview


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -