diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index 89572c6..945ff39 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="76" + android:versionName="0cf56e8" > @@ -43,7 +43,7 @@ + android:configChanges="keyboard|keyboardHidden|orientation|screenSize"/> - + android:layout_width="match_parent" + android:layout_height="match_parent" > + + + + + + + + + - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/LocationRinger/res/xml/updatelocationwidgetinfo.xml b/LocationRinger/res/xml/updatelocationwidgetinfo.xml index b00c45d..8cf9010 100644 --- a/LocationRinger/res/xml/updatelocationwidgetinfo.xml +++ b/LocationRinger/res/xml/updatelocationwidgetinfo.xml @@ -2,6 +2,6 @@ + android:minWidth="180dp" + android:resizeMode="horizontal" + android:updatePeriodMillis="10000" android:minResizeWidth="180dp" android:minResizeHeight="40dp"/> diff --git a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/RingtoneFragment.java b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/RingtoneFragment.java index 9dec0bc..fd8fbe4 100644 --- a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/RingtoneFragment.java +++ b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/RingtoneFragment.java @@ -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)