There is a button, instead of text, the code for displaying the \u232B symbol in the editor window is displayed correctly as shown in the screenshot, but when the application is started, the button is empty in the editor

when you start the application

1 answer 1

I solved the problem in the following way: I downloaded the icon here and changed the Button to ImageButton

  <ImageButton android:id="@+id/button_C" android:tag="C" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="16dp" android:paddingLeft="33dp" android:paddingRight="33dp" android:layout_gravity="center" android:paddingTop="16dp" android:src="@drawable/ic_backspace_black_18dp" />