gosooners345 / ConfessionSearchApp2

This application repo is the official Reformed Collective Android App code. It is written in Kotlin. It was originally C# code, then ported to Java.
0 stars 0 forks source link

Spinner widget that meets md guidelines #25

Closed gosooners345 closed 2 years ago

gosooners345 commented 2 years ago

Google is a real tool for not creating a material design spinner widget without going full text view

gosooners345 commented 2 years ago

I tried implementing a custom spinner widget solution using a custom drawable and their version of a "spinner" widget with the AutoCompleteTextView widget with their settext stuff. It just doesn't work for me

gosooners345 commented 2 years ago

I'm going to try and create an extension of the spinner class with material design style to compensate for the MD team's dumb ideas