2020-03-21 03:22:39 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2020-03-21 03:53:24 +01:00
|
|
|
android:id="@+id/badge"
|
2020-03-21 03:22:39 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@drawable/round_textview_background"
|
2020-03-21 03:53:24 +01:00
|
|
|
android:gravity="center"
|
|
|
|
android:padding="3dp"
|
|
|
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Badge"
|
2020-03-21 03:22:39 +01:00
|
|
|
android:textStyle="bold"
|
2020-03-21 03:53:24 +01:00
|
|
|
tools:text="3" />
|