|
|
|
@ -275,6 +275,10 @@ class HandHistoryAdapter( |
|
|
|
editText.requestFocus() |
|
|
|
editText.requestFocus() |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
editText.clearFocus() |
|
|
|
editText.clearFocus() |
|
|
|
|
|
|
|
// if (editText.hasFocus()) { |
|
|
|
|
|
|
|
// editText.isFocusable = false |
|
|
|
|
|
|
|
// editText.isFocusableInTouchMode = false |
|
|
|
|
|
|
|
// } |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -509,6 +513,9 @@ class HandHistoryAdapter( |
|
|
|
itemView.handEditText.tag = PlayerSetupRow.Tag.HAND.ordinal |
|
|
|
itemView.handEditText.tag = PlayerSetupRow.Tag.HAND.ordinal |
|
|
|
itemView.stackEditText.tag = PlayerSetupRow.Tag.STACK.ordinal |
|
|
|
itemView.stackEditText.tag = PlayerSetupRow.Tag.STACK.ordinal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setClickListener(itemView.handEditText) |
|
|
|
|
|
|
|
setClickListener(itemView.stackEditText) |
|
|
|
|
|
|
|
|
|
|
|
// Position Recycler |
|
|
|
// Position Recycler |
|
|
|
val positionViewManager = LinearLayoutManager(itemView.context, RecyclerView.HORIZONTAL, false) |
|
|
|
val positionViewManager = LinearLayoutManager(itemView.context, RecyclerView.HORIZONTAL, false) |
|
|
|
|
|
|
|
|
|
|
|
|