You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be used getResources().getString(android.R.string.search_go) so we don't have to localize that string.
Actually I'm learning Android and I don't know how to localize that without modifying your library (which is a bad practice, as I would lose any changes if I update the library from your repo), so I think using the SO strings would be nice in this case.
The text was updated successfully, but these errors were encountered:
It could be used getResources().getString(android.R.string.search_go) so we don't have to localize that string.
Actually I'm learning Android and I don't know how to localize that without modifying your library (which is a bad practice, as I would lose any changes if I update the library from your repo), so I think using the SO strings would be nice in this case.
The text was updated successfully, but these errors were encountered: