Skip to content

Commit

Permalink
Transaction details screen - edit icon centered in floating button
Browse files Browse the repository at this point in the history
  • Loading branch information
pnemonic78 committed Jan 8, 2024
1 parent ceb39e3 commit d836872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_budgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom|right"

android:layout_margin="20dp"
android:onClick="onCreateBudgetClick"
app:elevation="10dp"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_transaction_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@
android:id="@+id/fab_edit_transaction"
android:layout_height="40dp"
android:layout_width="40dp"
app:fabCustomSize="40dp"
app:layout_anchor="@id/toolbar"
app:layout_anchorGravity="bottom|left|start"
android:layout_marginLeft="6dp"
android:layout_marginStart="6dp"
android:scaleType="center"
android:src="@drawable/ic_mode_edit_white_24dp" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit d836872

Please sign in to comment.