Skip to content

Commit

Permalink
Fix beacon group color
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed May 15, 2022
1 parent 89d145b commit dff0063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_create_beacon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
android:text="@string/no_group"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:drawableStartCompat="@drawable/ic_beacon_group"
app:drawableTint="@color/orange" />
app:drawableTint="@color/gray" />

<TextView
android:id="@+id/beacon_color_picker"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
<color name="blue">#a0caff</color>
<color name="orange">#FF6D00</color>
<color name="black">#000000</color>
<color name="gray">#9E9E9E</color>
<color name="transparentWhite">#99FFFFFF</color>
</resources>

0 comments on commit dff0063

Please sign in to comment.