简体   繁体   中英

How do you make these buttons?

I am trying to make buttons of a similar nature to the buttons seen in the google+ app. Do you just declare these in XML like a regular button and just apply a custom style? Does anyone know generally what these buttons are and a sort of method for how to generate a look like this?

在此输入图像描述

可以在http://code.google.com/p/iosched/找到示例

It can be anything that registered with a OnClickListener , something like: ImageButton , ImageView , a Layout w/ background image...

However, in my opinion, ImageButton is the best w/ some pre-defined functions for button-like effects/shapes.

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