From 25bc1a5335d291a7110bfe89c75237192e8345e9 Mon Sep 17 00:00:00 2001 From: maxieds Date: Sat, 12 May 2018 12:42:52 -0400 Subject: [PATCH] Updated themes for paid vs. free releases. Added LAST_UID button. Updated display of threshold signal strength bars at top of the app. --- app/src/main/res/layout/apdu_tab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/apdu_tab.xml b/app/src/main/res/layout/apdu_tab.xml index 8cf0807..049ae58 100644 --- a/app/src/main/res/layout/apdu_tab.xml +++ b/app/src/main/res/layout/apdu_tab.xml @@ -329,7 +329,7 @@ android:layout_height="48dp" android:layout_gravity="right" android:background="?colorAccent" - android:hint="Search by Text or Byte Strings ..." + android:hint="Search by Text or Byte Strings ... Or [ENTER] to View All" android:paddingLeft="5dp" android:singleLine="true" android:textAllCaps="true"