|
|
|
@ -17,15 +17,15 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:padding="8dp" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal"> |
|
|
|
android:padding="8dp"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.ChipGroup |
|
|
|
<com.google.android.material.chip.ChipGroup |
|
|
|
android:id="@+id/filtersTime" |
|
|
|
android:id="@+id/filtersTime" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:singleSelection="false" |
|
|
|
app:chipSpacing="8dp" |
|
|
|
app:chipSpacing="8dp"> |
|
|
|
app:singleSelection="false"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
android:id="@+id/filterTimeMonth" |
|
|
|
android:id="@+id/filterTimeMonth" |
|
|
|
@ -51,8 +51,8 @@ |
|
|
|
android:id="@+id/filtersSession" |
|
|
|
android:id="@+id/filtersSession" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:singleSelection="false" |
|
|
|
app:chipSpacing="6dp" |
|
|
|
app:chipSpacing="6dp"> |
|
|
|
app:singleSelection="false"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
android:id="@+id/filterSessionAll" |
|
|
|
android:id="@+id/filterSessionAll" |
|
|
|
@ -87,6 +87,22 @@ |
|
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.appbar.AppBarLayout> |
|
|
|
</com.google.android.material.appbar.AppBarLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.core.widget.ContentLoadingProgressBar |
|
|
|
|
|
|
|
android:id="@+id/progressBar" |
|
|
|
|
|
|
|
style="?android:attr/progressBarStyle" |
|
|
|
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
|
|
|
android:alpha="0" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/appBar" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recyclerView" |
|
|
|
android:id="@+id/recyclerView" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
|