Skip to content

Commit 2afc14e

Browse files
Merge pull request commons-app#1341 from wailbabou/directNearbyUploadsNew
Change android:backgroundTint to app:backgroundTint onFAB to prevent crash
2 parents 4c192e4 + 5744d68 commit 2afc14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_nearby.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
android:visibility="invisible"
5050
app:elevation="6dp"
5151
app:pressedTranslationZ="12dp"
52-
android:backgroundTint="@color/button_blue"
52+
app:backgroundTint="@color/button_blue"
5353
android:clickable="true"
5454
app:srcCompat="@drawable/ic_list_white_24dp"
5555
android:scaleType="center"

0 commit comments

Comments
 (0)