From 1b4de3fb1e62ec49d346518cb89c6de350bd6348 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Thu, 3 Jan 2019 08:26:21 -0600 Subject: [PATCH] Make camera and send buttons red in SendTransactionFragment. --- app/src/main/res/drawable/send_fab_background.xml | 2 +- app/src/main/res/layout/fragment_send_transaction.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/send_fab_background.xml b/app/src/main/res/drawable/send_fab_background.xml index a8c2324..ea2a04d 100644 --- a/app/src/main/res/drawable/send_fab_background.xml +++ b/app/src/main/res/drawable/send_fab_background.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_send_transaction.xml b/app/src/main/res/layout/fragment_send_transaction.xml index 73f1b78..8528147 100644 --- a/app/src/main/res/layout/fragment_send_transaction.xml +++ b/app/src/main/res/layout/fragment_send_transaction.xml @@ -152,9 +152,10 @@ android:layout_height="wrap_content" app:fabCustomSize="32dp" app:maxImageSize="20dp" + app:srcCompat="@drawable/ic_camera" + android:backgroundTint="@color/colorSend" app:layout_constraintStart_toEndOf="@id/cameraVerticalGuideline" - app:layout_constraintTop_toBottomOf="@+id/tvScan" - app:srcCompat="@drawable/ic_camera" /> + app:layout_constraintTop_toBottomOf="@+id/tvScan"/>