Sheraz Ahmad Khilji
Sheraz Ahmad Khilji
@braebot i have tried `theming` the activity using `manifest` but that doesn't work. The only thing updated in this new version is that hint color is changed from `White` to...
No i don't want to use Application theme i would like to use a special theme for only this activity
Then do you think this could be one of the new features in a newer version. ?
I am just saying what if the user has some weird theme configured for the whole application but uses Activity specific themes throughout the whole app. There is no way...
+1 I am also facing this same warning and all i am doing is ``` SmartLocation.with(getContext()).geocoding().reverse(userLocation, new OnReverseGeocodingListener() { @Override public void onAddressResolved(Location location, List list) { } }); ```...
In #91 @mrmans0n explain that this is by design so we need to call `SmartLocation.with(getContext()).geocoding().stop();` explicitly on **Activity** or **Fragment** `onDestroy()`
Which version of materialrangebar are you using ?
Can you paste your xml file, or maybe try forking the repository and changing the sample so that it displays the matrialrangebar in the same way as your screenshot. In...
This is not possible with material rangebar at the moment, Probably it makes more sense to fork the repository and implement this yourself
@Rameshkumarpolavarapu Can you please explain what the problem is