SelectableTextView | A text view that supports selection and expansion | iOS library
kandi X-RAY | SelectableTextView Summary
kandi X-RAY | SelectableTextView Summary
A text view that supports selection and expansion
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SelectableTextView
SelectableTextView Key Features
SelectableTextView Examples and Code Snippets
Community Discussions
Trending Discussions on SelectableTextView
QUESTION
I have a fragment which contents a ViewPager2 of 2 fragemnts. In the second child fragment, I have a recyclerview which viewholder contains TextView and EditText.
In emulator, when I click in EditView, the soft keyboard keep closing.
In real device (Sony xperia XA), the soft keyboard not closing but it always focus on the first edit text whether I click in another EditText
I have tried to use android:windowSoftInputMode="adjustPan" and android:windowSoftInputMode="adjustResize" but it don't fix the problem.
I use DataBinding and ConstraintLayout outside LinearLayout
...ANSWER
Answered 2020-Oct-12 at 08:45The problem is I use too much constraint layout. I use constraint layout for:
- The ViewPager's Child Fragment.
- The item of recycler view.
I changed my layout to LinearLayout for the fragment & FrameLayout for item have solve my problem.
Note: Using NestedScrollView to wrap my recycler view dose solve my problem but it prevent I scroll the recycler view
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SelectableTextView
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page