JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Create plus button, check to see if built-in to android #23

Closed JDNdeveloper closed 9 years ago

KevinCCheng commented 9 years ago

See http://www.google.com/design/spec/components/buttons.html#buttons-usage

KevinCCheng commented 9 years ago

Google may have something built in http://stackoverflow.com/questions/24459352/how-can-i-add-the-new-floating-action-button-between-two-widgets-layouts

JDNdeveloper commented 9 years ago

Okay cool. Can you experiment around to see if we can implement it?

KevinCCheng commented 9 years ago

Looking at the example Google has in Android Studio, you can, but it will require some amount of rework into the code.

JDNdeveloper commented 9 years ago

Okay. We should discuss this with the group on Monday.

On Sat, Feb 7, 2015 at 11:17 AM, KevinCCheng notifications@github.com wrote:

Looking at the example Google has in Android Studio, you can, but it will require some amount of rework into the code.

— Reply to this email directly or view it on GitHub https://github.com/JDNdeveloper/Off-By-One/issues/23#issuecomment-73378445 .

KevinCCheng commented 9 years ago

Code is in FloatingActionButtonBasic.zip file to be implemented.

KevinCCheng commented 9 years ago

For some reason, the button works as intended if the XML item is a button. But once we change it to a ImageButton, the button stops functioning.

Temporarily set the plus button to a standard button so that we can work on it.

KevinCCheng commented 9 years ago

Button Works now.

Found solution