Updated widget with new backdrop

closes #130
This commit is contained in:
2012-07-23 00:29:49 -04:00
parent 0cf56e8158
commit 79873c8efc
5 changed files with 47 additions and 29 deletions

View File

@@ -54,8 +54,7 @@ public class RingtoneFragment extends BaseFeatureFragment implements OnClickList
private Uri mRingtoneURI;
private SeekBar mVolume;
public RingtoneFragment(final ContentValues info, final OnContentChangedListener changedListener, final FeatureRemovedListener removedListener, final int stream,
final int id) {
public RingtoneFragment(final ContentValues info, final OnContentChangedListener changedListener, final FeatureRemovedListener removedListener, final int stream, final int id) {
super(id, R.layout.ringtone_fragment, removedListener);
if (info == null)