You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we place two FButtons in a linearlayout using weights as mentioned below, pressing one button gets creates a minor Button-press animation on the other button as well.
If we place two FButtons in a linearlayout using weights as mentioned below, pressing one button gets creates a minor Button-press animation on the other button as well.
<info.hoang8f.widget.FButton
android:id="@+id/no_button"
android:layout_width="0dp"
android:layout_height="100dp"
android:layout_weight="1"
android:text="@string/no"
android:textColor="@color/white"
android:textSize="30sp"
app:buttonColor="@color/button2"
android:layout_margin="10dp"/>
The text was updated successfully, but these errors were encountered: