Unable to locate an element

I tried to locate the element by using class, id, name, text or xpath but everytime i am getting the result as no such element found. It’s a Glooko app from playstore. I have posted the UIautomator screenshot below. Please help me with this issue. Flow to reach the activity (Sign Up > Login > Tap on Menu > Reminders> Tap on +)

i was able to locate using xpath("//android.widget.TextView[@text=‘Time of day’]"). But still no luck with if i try to find it by only resource ID or by Name. If someone could explain me the root cause, it will be of great help.

Thanks!