Nothing but a space
This commit is contained in:
parent
90c18bf8d2
commit
fd71bd2b9b
@ -30,11 +30,11 @@
|
|||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/firstAction"
|
android:text="@string/firstAction"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/fab"
|
app:layout_constraintBottom_toTopOf="@+id/plusButton"
|
||||||
tools:layout_editor_absoluteX="89dp" />
|
tools:layout_editor_absoluteX="89dp" />
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/fab"
|
android:id="@+id/plusButton"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user