Created
May 21, 2013 09:07
-
-
Save cyrilmottier/5618484 to your computer and use it in GitHub Desktop.
Extract from <android_sdk>/extras/android/support/v4/src/honeycomb/android/support/v4/app/ActionBarDrawerToggleHoneycomb.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This class encapsulates some awful hacks. | |
* | |
* Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph | |
* in an action bar without some really gross hacks. Since the MR2 SDK is not published as of | |
* this writing, the new API is accessed via reflection here if available. | |
*/ | |
class ActionBarDrawerToggleHoneycomb { | |
private static final String TAG = "ActionBarDrawerToggleHoneycomb"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment