diff --git a/app/src/main/res/drawable/ic_add_black_24dp.xml b/app/src/main/res/drawable/ic_add_black_24dp.xml new file mode 100644 index 0000000..be33fe4 --- /dev/null +++ b/app/src/main/res/drawable/ic_add_black_24dp.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/layouts/fragments/layout/fragment_timetable.xml b/app/src/main/res/layouts/fragments/layout/fragment_timetable.xml index 5e98253..00de1e1 100644 --- a/app/src/main/res/layouts/fragments/layout/fragment_timetable.xml +++ b/app/src/main/res/layouts/fragments/layout/fragment_timetable.xml @@ -1,6 +1,7 @@ + android:id="@+id/faBtnAddSubject" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="bottom|center|end" + android:layout_marginEnd="11dp" + android:layout_marginBottom="11dp" + android:clickable="true" + android:elevation="7dp" + android:focusable="true" + android:src="@drawable/ic_add_black_24dp" + android:visibility="visible" + app:backgroundTint="?colorAccent" + app:fabSize="auto" /> \ No newline at end of file