List of available strings for the "drawable" prop? #3269
Closed
davecarlson
started this conversation in
General
Replies: 2 comments
-
|
https://developer.android.com/reference/android/R.drawable The default icons with |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'll close the discussion as it has been answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to add icons to the Native Tabs for android,
So far i've only be able to find/guess the following icons
drawable="home"
drawable="user"
drawable="settings"
I know i can use the ones from R.drawable ( eg: ic_menu_search), but i have wasted about 2 hours googling on trying to find the "base" or ""Default" ones.
I need icons for:
Calendar
List
Search / Magnifying glass.
I've tried the "obvious", and there's a bug that stops me using an actual SVG currently from expo-icons or other library.
Beta Was this translation helpful? Give feedback.
All reactions