Make camera and send buttons red in SendTransactionFragment.
This commit is contained in:
parent
d4dbdc4aeb
commit
1b4de3fb1e
2 changed files with 5 additions and 3 deletions
|
@ -3,5 +3,5 @@
|
|||
<corners
|
||||
android:bottomLeftRadius="60dp"
|
||||
android:topLeftRadius="60dp" />
|
||||
<solid android:color="#5fcaff" />
|
||||
<solid android:color="#88DC473A" />
|
||||
</shape>
|
|
@ -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"/>
|
||||
|
||||
<me.dm7.barcodescanner.zxing.ZXingScannerView
|
||||
android:id="@+id/cameraPreview"
|
||||
|
@ -185,6 +186,7 @@
|
|||
app:fabCustomSize="90dp"
|
||||
app:maxImageSize="70dp"
|
||||
app:srcCompat="@drawable/ic_arrow_forward"
|
||||
android:backgroundTint="@color/colorSend"
|
||||
app:layout_constraintEnd_toEndOf="@id/vSend"
|
||||
app:layout_constraintTop_toTopOf="@+id/vSend" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue