mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-20 22:06:45 -06:00
209 lines
8.6 KiB
XML
209 lines
8.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
||
|
<pl.szczodrzynski.edziennik.utils.SwipeRefreshLayoutNoIndicator
|
||
|
android:id="@+id/refreshLayout"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="horizontal"
|
||
|
android:layout_marginTop="8dp">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginStart="8dp"
|
||
|
android:layout_marginLeft="8dp"
|
||
|
android:layout_weight="2"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/attendancesSummaryTitle"
|
||
|
style="@style/Widget.AppCompat.Spinner"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:fontFamily="sans-serif-medium"
|
||
|
android:text="@string/attendances_summary_title_loading_format"
|
||
|
android:textSize="20sp" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/attendancesSummarySubject"
|
||
|
style="@style/Widget.AppCompat.Spinner"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:fontFamily="sans-serif-medium"
|
||
|
android:text="@string/subject_filter_disabled"
|
||
|
android:textSize="20sp" />
|
||
|
|
||
|
<LinearLayout
|
||
|
android:id="@+id/presentCountContainer"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/attendances_present" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/presentCount"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginRight="5dp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="0" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/attendances_absent" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/absentCount"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginRight="5dp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="0" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/attendances_absent_unexcused" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/absentUnexcusedCount"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginRight="5dp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="0" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/attendances_belated" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/belatedCount"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginRight="5dp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="0" />
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="@string/attendances_releases" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/releasedCount"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginLeft="5dp"
|
||
|
android:layout_marginRight="5dp"
|
||
|
android:textStyle="bold"
|
||
|
tools:text="8" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<antonkozyriatskyi.circularprogressindicator.CircularProgressIndicator
|
||
|
android:id="@+id/attendancePercentage"
|
||
|
android:layout_width="160dp"
|
||
|
android:layout_height="160dp"
|
||
|
android:layout_marginStart="8dp"
|
||
|
android:layout_marginEnd="8dp"
|
||
|
android:layout_weight="1"
|
||
|
app:direction="clockwise"
|
||
|
app:drawDot="false"
|
||
|
app:progressBackgroundStrokeWidth="11dp"
|
||
|
app:progressStrokeWidth="12dp"
|
||
|
app:textSize="18sp" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<FrameLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
android:id="@+id/attendancesView"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:layout_marginTop="8dp"
|
||
|
tools:listitem="@layout/row_attendance_item">
|
||
|
|
||
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:id="@+id/attendancesNoData"
|
||
|
android:layout_width="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
android:gravity="center"
|
||
|
android:layout_height="match_parent"
|
||
|
android:visibility="gone"
|
||
|
tools:visibility="visible">
|
||
|
|
||
|
<com.mikepenz.iconics.view.IconicsImageView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="92dp"
|
||
|
app:iiv_icon="cmd-calendar-check"
|
||
|
app:iiv_color="?android:textColorPrimary"
|
||
|
app:iiv_size="92dp"/>
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="8dp"
|
||
|
android:fontFamily="sans-serif-medium"
|
||
|
android:gravity="center"
|
||
|
android:text="@string/attendances_no_data"
|
||
|
android:textSize="18sp"
|
||
|
android:textStyle="italic" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
</FrameLayout>
|
||
|
</LinearLayout>
|
||
|
</pl.szczodrzynski.edziennik.utils.SwipeRefreshLayoutNoIndicator>
|
||
|
</layout>
|