Skip to content
Snippets Groups Projects
Forked from briar / briar
Source project has a limited visibility.
  • Torsten Grote's avatar
    a51726f1
    This introduces a floating action button (FAB) in the contact list. · a51726f1
    Torsten Grote authored
    The button hides itself when you scroll down the list of contacts
    and shows again when you scroll up.
    
    To properly color the button, the accent color has been defined.
    It uses the same color as the action bar (primary color).
    I leave it to a UX designer to adapt the color scheme.
    
    Please note that the design support library was used.
    It includes the app-compat library, so this has been removed
    from the `build.gradle` file.
    
    Closes #199
    a51726f1
    History
    This introduces a floating action button (FAB) in the contact list.
    Torsten Grote authored
    The button hides itself when you scroll down the list of contacts
    and shows again when you scroll up.
    
    To properly color the button, the accent color has been defined.
    It uses the same color as the action bar (primary color).
    I leave it to a UX designer to adapt the color scheme.
    
    Please note that the design support library was used.
    It includes the app-compat library, so this has been removed
    from the `build.gradle` file.
    
    Closes #199