Removed more excessive spaces
This commit is contained in:
parent
625e3a0a0a
commit
367e7afc73
|
@ -33,7 +33,6 @@ public class ConfigureBeepAction implements OmnipodAction<StatusResponse> {
|
|||
this.podStateManager = podState;
|
||||
}
|
||||
|
||||
|
||||
public ConfigureBeepAction(PodStateManager podState, BeepConfigType beepType) {
|
||||
this(podState, beepType, false, Duration.ZERO, false, Duration.ZERO, false, Duration.ZERO);
|
||||
}
|
||||
|
|
|
@ -448,7 +448,6 @@ public class OmnipodManager {
|
|||
communicationService.executeAction(new ConfigureBeepAction(podStateManager, beepType));
|
||||
}
|
||||
|
||||
|
||||
public OmnipodRileyLinkCommunicationManager getCommunicationService() {
|
||||
return communicationService;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<View
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dip"
|
||||
|
@ -82,10 +81,8 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<View
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dip"
|
||||
|
@ -449,7 +446,6 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<View
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2dip"
|
||||
|
@ -729,7 +725,6 @@
|
|||
android:layout_marginBottom="5dp"
|
||||
android:background="@color/listdelimiter" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</ScrollView>
|
||||
|
@ -779,7 +774,6 @@
|
|||
android:paddingRight="0dp"
|
||||
android:text="@string/omnipod_overview_button_acknowledge_active_alerts" />
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/omnipod_overview_button_set_time"
|
||||
style="@style/ButtonSmallFontStyle"
|
||||
|
|
|
@ -125,8 +125,6 @@
|
|||
android:key="@string/key_omnipod_time_change_event_enabled"
|
||||
android:title="@string/omnipod_config_time_change_enabled" />
|
||||
|
||||
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
Loading…
Reference in a new issue