230 lines
No EOL
9.6 KiB
XML
230 lines
No EOL
9.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
tools:context=".plugins.general.overview.OverviewFragment">
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@+id/top_part_scrollbar"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/inner_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/notifications"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/loop_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:id="@+id/active_profile"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:layout_marginEnd="5dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical|center_horizontal"
|
|
android:paddingTop="4dp"
|
|
android:paddingBottom="4dp"
|
|
android:hint="active profile"
|
|
android:text="Profile"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:foreground="?attr/selectableItemBackgroundBorderless"
|
|
app:drawableStartCompat="@drawable/ic_ribbon_profile"
|
|
tools:ignore="HardcodedText" />
|
|
|
|
<TextView
|
|
android:id="@+id/temp_target"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical|center_horizontal"
|
|
android:paddingTop="4dp"
|
|
android:paddingBottom="4dp"
|
|
android:hint="temp target"
|
|
android:text="@string/notavailable"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:foreground="?attr/selectableItemBackgroundBorderless"
|
|
app:drawableStartCompat="@drawable/ic_crosstarget"
|
|
tools:ignore="HardcodedText" />
|
|
|
|
</LinearLayout>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/infoCard"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginTop="4dp"
|
|
app:cardCornerRadius="4dp"
|
|
app:contentPadding="2dp"
|
|
app:cardElevation="2dp"
|
|
app:cardUseCompatPadding="false"
|
|
android:layout_gravity="center">
|
|
|
|
<include
|
|
android:id="@+id/info_layout"
|
|
layout="@layout/overview_info_layout" />
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/statusCard"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginTop="4dp"
|
|
app:cardCornerRadius="4dp"
|
|
app:contentPadding="2dp"
|
|
app:cardElevation="2dp"
|
|
app:cardUseCompatPadding="false"
|
|
android:layout_gravity="center">
|
|
|
|
<include
|
|
android:id="@+id/status_lights_layout"
|
|
layout="@layout/overview_statuslights_layout" />
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/nsclientCard"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginTop="4dp"
|
|
app:cardCornerRadius="4dp"
|
|
app:contentPadding="2dp"
|
|
app:cardElevation="2dp"
|
|
app:cardUseCompatPadding="false"
|
|
android:layout_gravity="center">
|
|
|
|
<com.google.android.flexbox.FlexboxLayout
|
|
android:id="@+id/nsclient"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:alignContent="stretch"
|
|
app:alignItems="stretch"
|
|
app:flexDirection="row"
|
|
app:flexWrap="wrap"
|
|
app:justifyContent="center">
|
|
|
|
<TextView
|
|
android:id="@+id/pump"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingStart="4sp"
|
|
android:paddingEnd="4sp"
|
|
android:text="Pump: running"
|
|
android:textSize="16sp"
|
|
tools:ignore="HardcodedText" />
|
|
|
|
<TextView
|
|
android:id="@+id/openaps"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:paddingStart="4sp"
|
|
android:paddingEnd="4sp"
|
|
android:text="OpenAPS: 3 min ago"
|
|
android:textSize="16sp"
|
|
tools:ignore="HardcodedText" />
|
|
|
|
<TextView
|
|
android:id="@+id/uploader"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:paddingStart="4sp"
|
|
android:paddingEnd="4sp"
|
|
android:text="Uploader: 84%"
|
|
android:textSize="16sp"
|
|
tools:ignore="HardcodedText" />
|
|
|
|
</com.google.android.flexbox.FlexboxLayout>
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/graphCard"
|
|
style="@style/Widget.MaterialComponents.CardView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_marginBottom="4dp"
|
|
app:cardCornerRadius="4dp"
|
|
app:contentPadding="2dp"
|
|
app:cardElevation="2dp"
|
|
app:cardUseCompatPadding="false"
|
|
android:layout_gravity="center">
|
|
|
|
<include
|
|
android:id="@+id/graphs_layout"
|
|
layout="@layout/overview_graphs_layout" />
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/pump_status_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/pump_status"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:background="?attr/pumpStatusBackground"
|
|
android:gravity="center_vertical|center_horizontal"
|
|
android:paddingTop="6dp"
|
|
android:paddingBottom="6dp"
|
|
android:text="@string/initializing"
|
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
|
|
|
</LinearLayout>
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progress_bar"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginEnd="10dp"
|
|
android:indeterminate="false"
|
|
android:max="100"
|
|
android:progress="100" />
|
|
|
|
<include
|
|
android:id="@+id/buttons_layout"
|
|
layout="@layout/overview_buttons_layout" />
|
|
|
|
</LinearLayout> |