I want to set "<" as button text using xml.
my button is here.
<Button
android:text="<"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/button1" />
I want to set "<" as button text using xml.
my button is here.
<Button
android:text="<"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/button1" />