mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-26 01:43:59 +02:00
changed android:backgroundTint to app:backgroundTint to fixed bug with older Android devices
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_editable"
|
||||
android:layout_above="@id/deleteMenu"
|
||||
android:backgroundTint="#99CC00"
|
||||
app:backgroundTint="#99CC00"
|
||||
android:clickable="true"
|
||||
android:visibility="gone"
|
||||
app:layout_anchor="@id/chartView"
|
||||
@@ -147,7 +147,7 @@
|
||||
android:clickable="true"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/ic_delete"
|
||||
android:backgroundTint="#FF4444"
|
||||
app:backgroundTint="#FF4444"
|
||||
app:layout_anchor="@id/editMenu"
|
||||
app:layout_anchorGravity="bottom"
|
||||
android:layout_gravity="bottom|end"
|
||||
|
Reference in New Issue
Block a user