简体   繁体   中英

Customize Gallery Widget android

I want to create an Gallery -like View which are same as Gallery widget in android! If I try to use default Gallery with Adapter which is list of small Bitmap , It work nicely! However, there's default focus of Gallery (focused Bitmap is default on the center of screen), I don't want that focus! I want to make my View act as a Gallery but doesn't has default focus!

In conclusion, I want to create a Gallery which focused Item can be at any position of Gallery and that Item doesn't automatically move to center of Screen! How can I do that? Should I inherit from Gallery widget? Or I should create my own View ?

Thanks everyone!

万一您还在等待,答案是ViewPager

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM