diff --git a/app/src/main/java/no/nordicsemi/android/nrftoolbox/proximity/DeviceAdapter.java b/app/src/main/java/no/nordicsemi/android/nrftoolbox/proximity/DeviceAdapter.java index 3062789e..76c8c953 100644 --- a/app/src/main/java/no/nordicsemi/android/nrftoolbox/proximity/DeviceAdapter.java +++ b/app/src/main/java/no/nordicsemi/android/nrftoolbox/proximity/DeviceAdapter.java @@ -85,7 +85,6 @@ public class DeviceAdapter extends RecyclerView.Adapter - - @@ -69,7 +63,7 @@ android:gravity="center" android:layout_toRightOf="@+id/address" android:drawableLeft="@drawable/ic_battery" - android:layout_marginLeft="8dp" + android:layout_marginLeft="4dp" android:visibility="gone"/> @@ -79,6 +73,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:backgroundTint="@color/actionBarColorDark" + app:backgroundTint="@color/actionBarColorDark" android:src="@drawable/ic_stat_notify_proximity_find" android:visibility="gone"/> @@ -87,6 +82,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:backgroundTint="@color/orange" + app:backgroundTint="@color/orange" android:src="@drawable/ic_action_disconnect"/> diff --git a/app/src/main/res/values/strings_proximity.xml b/app/src/main/res/values/strings_proximity.xml index 5cb62795..45ce6153 100644 --- a/app/src/main/res/values/strings_proximity.xml +++ b/app/src/main/res/values/strings_proximity.xml @@ -50,7 +50,8 @@ YOUR TAGS GATT Server enabled - PROXIMITY profile allows you to connect to your Proximity sensor. - \nYou can find your valuables attached with Proximity tag by pressing FindMe button on screen and you can find your phone by pressing relevant button on your tag. - \n\nYou may close this activity when connected without being disconnected from the sensor. A notification will be shown. + PROXIMITY profile allows you to connect to multiple Proximity sensors. + \nYou can find your valuables attached with Proximity tag by pressing the Locate button next to your device. + You can also find your phone by pressing relevant button on your tag. + \n\nYou may close this activity when connected without being disconnected from the sensors. A notification will be shown. \ No newline at end of file