Fixed
Status Update
Comments
jg...@google.com <jg...@google.com> #2
Yep, that's exactly my problem at the moment. In our app everything is red, grey and
white. Orange is not a good combination.
white. Orange is not a good combination.
jg...@google.com <jg...@google.com>
jg...@google.com <jg...@google.com> #3
Thats exactly my problem is.
If any one got the solution please mail me.
If any one got the solution please mail me.
jg...@google.com <jg...@google.com> #4
Did you find a solution to customize the option menu ?
jg...@google.com <jg...@google.com>
ap...@google.com <ap...@google.com> #5
To set a custom background on menu item you can use this tip:
http://pastebin.com/1QHGTMUW
call the setMenuBackground in the onCreate
call the setMenuBackground in the onCreate
jg...@google.com <jg...@google.com> #6
solution from rciov work with Android 1.6, 2.1 and 2.2 but don't work with 2.3 :
InflateException android.view.InflateException: Binary XML file line #17: Error inflating class com.android.internal.view.menu.IconMenuItemView
Unfortunately I don't see new function in 2.3 to override default behavior.
InflateException android.view.InflateException: Binary XML file line #17: Error inflating class com.android.internal.view.menu.IconMenuItemView
Unfortunately I don't see new function in 2.3 to override default behavior.
jg...@google.com <jg...@google.com> #7
Yes, unfortunatly i saw that it doesn't work on 2.3...
Description
Device: Redmi4, Andoid 6.0.1
Steps:
1. Create ViewPager with RecyclerView adapter
2. Add single line EditText on page (android:layout_width="match_parent", android:layout_height="wrap_content", android:inputType="text", android:maxLines="1")
3. Enter a long text
4. Input initiate scroll to the next ViewPager screen
Reproduce only on Redmi4