Remove use of old theme name.

Change-Id: I0a08171b3068abeb57c973074b37aaf3c87ff001
This commit is contained in:
Dianne Hackborn 2011-01-23 13:06:41 -08:00
parent 04cf5e4bdf
commit 2b59ecaebc

View File

@ -91,7 +91,7 @@ public class MoveMessageToDialog extends DialogFragment implements DialogInterfa
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
mMessageIds = getArguments().getLongArray(BUNDLE_MESSAGE_IDS);
setStyle(STYLE_NORMAL, android.R.style.Theme_Light_Holo);
setStyle(STYLE_NORMAL, android.R.style.Theme_Holo_Light);
}
@Override