Skip to content

Commit

Permalink
Aperture: Add tint to capture preview buttons
Browse files Browse the repository at this point in the history
Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6873
Change-Id: Ic76415094232e3dcf6b69f91c6209e0f0788b16a
  • Loading branch information
SebaUbuntu authored and luk1337 committed Apr 18, 2024
1 parent 40eac7a commit cb72afd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/src/main/res/layout/capture_preview_layout.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2022 The LineageOS Project
SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<org.lineageos.aperture.ui.CapturePreviewLayout xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down Expand Up @@ -28,7 +28,8 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/cancelButton"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
app:tint="@android:color/white" />

<ImageButton
android:id="@+id/cancelButton"
Expand All @@ -41,7 +42,9 @@
app:layout_constraintEnd_toStartOf="@+id/confirmButton"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
app:tint="@android:color/white"/>

</androidx.constraintlayout.widget.ConstraintLayout>

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down

0 comments on commit cb72afd

Please sign in to comment.