Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Android app Pink envelope at the bottom right hand screen

  • 17-12-2015 07:15PM
    #1
    Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭


    I've just started learning how to build Android apps in Android studio but when I run them there always an envelope in a pink circle at the bottom right of the screen of the app.
    How do I get rid of it?
    It doesn't even do anything.


Comments

  • Registered Users, Registered Users 2 Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Its called a FloatingActionButton - http://developer.android.com/reference/android/support/design/widget/FloatingActionButton.html

    I'm assuming it doesn't do anything because you have selected a default template that gives you the UI for free but doesn't actually implement any action on it.

    If so you need to go back to basics and not use any of the templates, pick a blank activity and learn by building your own UI up from that. It will stand to you much more than hacking your way through a template you don't understand.


  • Registered Users, Registered Users 2 Posts: 1,863 ✭✭✭rock22


    Its called a FloatingActionButton - http://developer.android.com/reference/android/support/design/widget/FloatingActionButton.html

    I'm assuming it doesn't do anything because you have selected a default template that gives you the UI for free but doesn't actually implement any action on it.

    If so you need to go back to basics and not use any of the templates, pick a blank activity and learn by building your own UI up from that. It will stand to you much more than hacking your way through a template you don't understand.

    Would agree with this advice. However if you select a 'Blank template' in Android Studio 1.5 it actually insets this button. Instead use the Empty Template, which is truly blank.


  • Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭quinnd6


    I managed to find it and delete it shortly after I posted here but cheers guys will do as you said.


Advertisement