mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-20 22:06:45 -06:00
15 lines
579 B
XML
15 lines
579 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<com.github.tibolte.agendacalendarview.agenda.AgendaEventView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center_vertical"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
|
||
|
<include
|
||
|
layout="@layout/row_dialog_teacher_absence_item"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_weight="1" />
|
||
|
</com.github.tibolte.agendacalendarview.agenda.AgendaEventView>
|