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