-
Lennart Goedhart authored
- Refactor UI (use Material Design and new font, drop to single style.xml) - Do the pump comms using an IntentService in a separate thread - Add extra OTG check - General clean up and refactoring (improve naming and code).
Lennart Goedhart authored- Refactor UI (use Material Design and new font, drop to single style.xml) - Do the pump comms using an IntentService in a separate thread - Add extra OTG check - General clean up and refactoring (improve naming and code).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
activity_settings.xml 230 B
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/settings_frame"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />