android-actionmode Questions
10
I am trying to use the android.view.ActionMode with the new android.support.v7.widget.Toolbar, in addition to the traditional android.app.ActionBar. I am able to display it with:
toolbar.startActi...
Quenelle asked 21/10, 2014 at 9:51
5
Is there a way to change the ActionMode Overflow icon without changing the icon for the "normal" ActionBar?
Otiliaotina asked 28/3, 2014 at 18:43
3
Solved
MainActivity.java
I've implemented MultiChoiceModeListener in this class and below is the code:
on listView:
listView.setMultiChoiceModeListener(MainActivity.this);
listView.setChoiceMode(listVi...
Toname asked 13/12, 2014 at 11:45
2
Solved
The procedure in the question linked below does not appear to work for me either with the standard or the support ActionMode. ACTION_UP never appears as a parameter although ACTION_DOWN does but re...
Chronological asked 20/9, 2015 at 19:6
0
I have an Android menu XML that resembles this:-
<item
android:id="@+id/action_share"
android:orderInCategory="100"
android:icon="@drawable/ic_social_share"
app:showAsAction="always"
and...
Immersed asked 5/3, 2019 at 14:23
4
I'm currently trying to implement the new recyclerview-selection APIs from Android Support Library 28.0.0-alpha1, and am running into some issues. My goal is to have a RecyclerView, with the abilit...
Seineetmarne asked 28/3, 2018 at 23:27
1
Solved
I am setting up the actionModeCloseDrawable icon as below
<item name="actionModeCloseDrawable">@drawable/ic_actionbar_back</item>
But I want to change it pro-grammatically on paticul...
Ferment asked 13/6, 2018 at 6:14
2
I just finished adjusting one of my apps to the new v22.1.1 support & appcompat libraries, see here and here for more details. When I did some testing, something was off with the ActionModes I'...
Ause asked 28/4, 2015 at 18:49
3
I have just update android support library from com.android.support:appcompat-v7:25.3.1 to com.android.support:appcompat-v7:26.0.1. It changed the appearance of action mode icons. Now they are half...
Cottonade asked 21/8, 2017 at 9:9
9
Solved
i am creating an android app in which support level api is 7 so i am using sherlock actionbar. I am using action mode in it.
Issue is i want to change the background of action mode. So i have tried...
Podgy asked 25/12, 2013 at 5:22
5
Solved
i implemented a contextual action mode bar in a nested fragement. This fragment is part of a view pager and the view pager is also a fragment and part of a navigation drawer.
My Problem: I want to...
Turnaround asked 13/8, 2013 at 8:39
3
Solved
I'm want to implement Action Mode Compact in Fragment Android. But I get error The method startSupportActionMode(ActionMode.Callback) is undefined for the type FragmentActivity in my code :
list.s...
Recriminate asked 24/7, 2014 at 6:29
8
Solved
The default action mode (3.0 and up) comes with a green theme and a 'Done' button on the left side. How can I customize these?
Thanks
Publicist asked 2/7, 2011 at 9:16
2
Solved
I was reading the "Selection" section in material design guidelines (https://material.io/guidelines/patterns/selection.html), and one effect i wanted to add in my app was the circular reveal animat...
Induct asked 30/1, 2017 at 10:28
2
Solved
I`m using new android support library 21.0.2 and when i call ActionMode for text selection i got this.
It seems than title textview background is transparent.
Redefining titleTextStyle of Actio...
Pinup asked 22/11, 2014 at 21:8
1
Solved
First of all, I'm trying a lot of examples that I've found here, but anything work for me.
At the moment, I can only change the color background of my Action Mode, but not the text color and the c...
Pentavalent asked 12/8, 2016 at 11:4
9
Solved
I have a status bar with the following in the theme set on it:
<!-- Base Theme for all "Material"-esque styles. We use NoActionBar
so we can use the Toolbar at runtime.
-->
<style name="...
Anvers asked 12/5, 2015 at 1:8
3
Solved
UPDATE
Same issue present in the latest Gmail app. I still don't understand why would Google make such unpleasant UI change. Obsessive in me goes crazy whenever I see it
QUESTION
I have this weird ...
Carefree asked 31/8, 2015 at 19:29
5
Solved
0I'm using startActionMode(ActionMode) on my app.
By default it's add a "Done" button on the bar, I want to remove it.
Also, if there's a way to change it's text, I want to know too, cause a diff...
Elephus asked 19/2, 2013 at 18:38
4
Solved
I have the following activity layout:
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
android:id="@+id/drawerLayout"
style="@style/DrawerLayout"
xmlns:a...
Almucantar asked 4/6, 2016 at 11:47
1
I want to preserve the text selection in a webView while preventing any contextual menu of the actioMode from being shown. Neither the new floating one nor the old actionBar, just the selection han...
Brisco asked 18/3, 2016 at 15:17
3
Solved
I'm creating an Android app in Android Studio. When I open the layout editor, I see that gray "popup window" on top of the layout, which says that it
Couldn't resolve resource @style/Widget.Hol...
Pomcroy asked 27/2, 2015 at 17:38
4
Solved
I have the same problem as was described here - Setting a custom share icon on Actionbar ShareActionProvider
But I'am not using ActionBarSherlockI found that the Sherlock theme uses the "actionMod...
Stultify asked 27/1, 2014 at 9:58
4
I know there are a couple of questions about styling the contextual action bar (ActionMode) piece of the action bar, but they don't quite seem to address what I'm after.
I'm using the Toolbar with...
Adscription asked 23/1, 2015 at 20:24
3
Solved
I have implemented my own viewgroup for my application. Using actionbar is not an option for various reasons so in my viewgroup I have my own "actionbars" one on top and one in the bottom. Image 1 ...
Rascon asked 4/7, 2013 at 14:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.