-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of Selected Cards #308
Comments
What's a CAB |
CAB is the Contextual Action Bar. This replaces the default Action Bar when items are selected in the list. See https://developer.android.com/design/patterns/actionbar.html for an overview. |
I'll check on this when i get some free time. |
hi @codeguru42 I couldn't seem to run the app after merging changes from devel/android. |
@jojonarte What branch did you merge |
@codeguru42 it's on my own fork's devel/android, I pulled it from the bbct devel/android. |
should I rebase to the androidx? @codeguru42 |
Yes, that looks good. Can you also add "Card Selected" or "Cards Selected" after the number? |
@codeguru42 okay, btw do you have an existing test on CAB that I could look into? |
There are several tests for selecting cards. There should be a test for deleting a card as well. |
Show the number of selected cards in the CAB.
The text was updated successfully, but these errors were encountered: