Skip to content

Commit

Permalink
Flash: Fix lens selector text colour
Browse files Browse the repository at this point in the history
Change-Id: Iee8f8379e15ec840537f2410aac58b60ea9e6b55
Signed-off-by: Leonardo Ledda <[email protected]>
  • Loading branch information
LeddaZ committed May 1, 2024
1 parent b78281b commit 5a88f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/color/lens_selector_button_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
SPDX-License-Identifier: Apache-2.0
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@android:color/white" android:state_enabled="true" />
<item android:color="@android:color/black" android:state_enabled="false" />
<item android:color="@android:color/white" android:state_enabled="false" />
<item android:color="@android:color/black" android:state_enabled="true" />
</selector>

0 comments on commit 5a88f34

Please sign in to comment.