-4
If your problem is just showing (1):(23), mount your Textview as in the code below.
<TextView
android:id="@+id/txtViewCronometro"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="100dp"
android:text="00:00"
android:textSize="80dp" />
You can post more information, java code, xml ?
– Bruno Fonseca
For in this case this "(1):(23)" is the chronometer identification in the layout.
– Bruno Fonseca
Before anything, start by doing the tour to understand how the community works; then read the How to ask to check how you can improve your question and finally access help center to check various articles that will help you better understand the site.
– Gustavo André Richter
At all times put your code as text not as image
– Costamilam
when I took other codes to see if it was my fault and found that the preview showed the same thing, "(1):(23)" was to show 00:00 or 00 and not (1):(23)
– Pedro Henrique Magalhaes Silva