am b63d3c3a: Merge "Empty implementations of new ActionBar methods."

* commit 'b63d3c3aed9003fa466448d4a44a9be7f8cd7bc0':
  Empty implementations of new ActionBar methods.
This commit is contained in:
Adam Powell
2011-09-07 16:20:56 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 4 deletions

View File

@@ -417,7 +417,7 @@ public abstract class ActionBar {
*
* @param d Background drawable for the stacked row
*/
public abstract void setStackedBackgroundDrawable(Drawable d);
public void setStackedBackgroundDrawable(Drawable d) { }
/**
* Set the ActionBar's split background. This will appear in
@@ -426,7 +426,7 @@ public abstract class ActionBar {
*
* @param d Background drawable for the split bar
*/
public abstract void setSplitBackgroundDrawable(Drawable d);
public void setSplitBackgroundDrawable(Drawable d) { }
/**
* @return The current custom view.