I have a question about the Android action bar.

Asked 1 years ago, Updated 1 years ago, 70 views

We are working on the Android action bar. The final feature I'm trying to do now is to automatically show the action bar below when I touch it anywhere in the activity after about 10 seconds of loading the app.

I think we're using show() and hide(), but can we actually make it like that? If possible, please give me some advice on which technology to use.

I'm posting a question because I haven't got the hang of it yet when I'm touching this and that for the first time.

android actionbar

2022-09-22 10:48

1 Answers

See View Property Analyzer for the effect of moving View up and down.

If you use scroll internally, I think it can be a way to use the method below.


2022-09-22 10:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.