Skip to content

Commit

Permalink
feat: fixed fab location
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrijkotov634 committed Jan 2, 2022
1 parent 98b60c5 commit 8d11405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,13 @@
android:id="@+id/settings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_marginEnd="10dp"
android:clickable="true"
android:focusable="true"
app:fabSize="mini"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="@+id/footer"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/footer"
app:srcCompat="@drawable/ic_baseline_settings_24" />

</androidx.constraintlayout.widget.ConstraintLayout>
Expand Down

0 comments on commit 8d11405

Please sign in to comment.