Skip to content
Snippets Groups Projects
  • Lennart Goedhart's avatar
    1207e656
    - Store config data using Realm.io · 1207e656
    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).
    1207e656
    History
    - Store config data using Realm.io
    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" />