mikanrai7
mikanrai7
The expandableLinearLayout must have at least one child. the onMeasure method has the following lines: if (childCount > 0) { ... } else { throw new IllegalStateException("The expandableLinearLayout must have...
Can we not do following: if (expandableLayout.isExpanded()) {//u get this from ExpandableLinearLayout api expandableLayout.getHeight();//since it is sub class of View }
do you see your view cut out in between animation. I mean does your layout not expand full length?
Try `` where you need completion e.g. ``` public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); this. } } ```
Infact getting back to the earlier comment, turns out only way to trigger autocomplete is `` which is pain especially for such a big api as android. Also, peek /...
Hi, hope I'm not being a bother. But, any update here?
Appreciate your response @jamesblasco. When trying your solution, I found out that confirmPaymentElment returns void, which should've been `PaymentIntentResponse`. This might demand a new issue, but I just wrote it...
@yuvashrikarunakaran Thanks for the details.