update gradle, constraintlayout & coroutines
* gradle 6.2.1 -> 6.4 * constraintlayout 2.0.0-beta4 -> 2.0.0-beta6 * coroutines 1.3.5 -> 1.3.6
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/linLayout_addlesson"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
</LinearLayout>
|
@ -22,11 +22,17 @@
|
||||
android:id="@+id/linLayout_Timetable"/>
|
||||
</ScrollView>
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:src="@drawable/icon_custom_black"
|
||||
android:id="@+id/faBtnAddLesson"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true" android:id="@+id/faBtnAddLesson" android:elevation="7dp"
|
||||
android:visibility="gone" android:layout_gravity="bottom|center|end" android:layout_marginEnd="11dp"
|
||||
android:layout_marginBottom="11dp" android:focusable="true"/>
|
||||
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/icon_custom_black"
|
||||
android:visibility="visible" />
|
||||
</FrameLayout>
|
Reference in New Issue
Block a user