Hello Tap Payment Team,
I want to change the text color of the Cancel button of GoSellActivity to white color? Can you please let me know how to change that color as I am not able to find the method in the ThemeObjecet.
<TextView
android:id="@+id/cancel_payment_icon"
android:textSize="@dimen/font_size_14sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/cancel"
android:layout_marginBottom="@dimen/margin_basic_16dp"
android:layout_marginTop="@dimen/margin_basic_16dp"/>
Hello Tap Payment Team,
I want to change the text color of the Cancel button of GoSellActivity to white color? Can you please let me know how to change that color as I am not able to find the method in the ThemeObjecet.