diff --git a/app/src/main/res/layout/view_hand_keyboard_action.xml b/app/src/main/res/layout/view_hand_keyboard_action.xml index 2b56b78c..d0aae17d 100644 --- a/app/src/main/res/layout/view_hand_keyboard_action.xml +++ b/app/src/main/res/layout/view_hand_keyboard_action.xml @@ -18,6 +18,7 @@ android:id="@+id/closeButton" android:src="@drawable/ic_close_green" style="@style/PokerAnalyticsTheme.TransparentButton" + android:stateListAnimator="@null" android:layout_width="44dp" android:layout_height="44dp"/> diff --git a/app/src/main/res/layout/view_hand_keyboard_amount.xml b/app/src/main/res/layout/view_hand_keyboard_amount.xml index a59cab46..24f2107b 100644 --- a/app/src/main/res/layout/view_hand_keyboard_amount.xml +++ b/app/src/main/res/layout/view_hand_keyboard_amount.xml @@ -17,6 +17,7 @@ android:id="@+id/closeButton" android:src="@drawable/ic_close_green" style="@style/PokerAnalyticsTheme.TransparentButton" + android:stateListAnimator="@null" android:layout_width="44dp" android:layout_height="match_parent"/> diff --git a/app/src/main/res/layout/view_hand_keyboard_card.xml b/app/src/main/res/layout/view_hand_keyboard_card.xml index 8a2ad787..d5de402b 100644 --- a/app/src/main/res/layout/view_hand_keyboard_card.xml +++ b/app/src/main/res/layout/view_hand_keyboard_card.xml @@ -18,6 +18,7 @@ android:id="@+id/closeButton" android:src="@drawable/ic_close_green" style="@style/PokerAnalyticsTheme.TransparentButton" + android:stateListAnimator="@null" android:layout_width="44dp" android:layout_height="match_parent"/>