ActionBarSherlock & HoloEverywhere - Forcing Overflow?
Asked Answered
H

1

5

I have a simple question. For my android app, I'm planning on using the ActionBarSherlock and HoloEverywhere libraries. Everything works well besides one thing: Forcing the overflow menu onto older devices. Without the HoloEverywhere project, the forced overflow works perfect with the following line:

android:theme="@style/Theme.Sherlock.ForceOverflow"

My problem is, I can't get the Forced Overflow to work when I apply

android:theme="@style/Theme.HoloEverywhereDark.Sherlock.ForceOverflow"

Eclipse gives me an error saying that there's no resource found that matches the given name. It works nice without the .ForceOverflow. Is this just not supported by HoloEverywhere or is there a way to manually do it myself?

Hotspur answered 9/5, 2012 at 3:38 Comment(2)
what is HoloEverywhere, I can't find any link ?Submissive
HoloEverywhere is a great project library. It basically let's you use the 4.x Holo theme on older devices running 1.x and 2.x. github.com/ChristopheVersieux/HoloEverywhereHotspur
L
6

Extend a HoloEverywhere theme and add:

<item name="absForceOverflow">true</item>
Lambrecht answered 9/5, 2012 at 3:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.