changeset 450:50d5ed32327d

fix lint error
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Mar 2016 15:42:41 -0700
parents 1c9d043c2c03
children 621313775834
files app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java	Thu Mar 17 13:49:04 2016 -0700
+++ b/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java	Fri Mar 18 15:42:41 2016 -0700
@@ -634,8 +634,8 @@
             }
             else {
                 // selected, so revert back to default black text
-                holder.nickname.setTextAppearance(context, android.R.style.textAppearanceLarge);
-                holder.caption.setTextAppearance(context, android.R.style.textAppearanceSmall);
+                holder.nickname.setTextAppearance(context, android.R.style.TextAppearance_Large);
+                holder.caption.setTextAppearance(context, android.R.style.TextAppearance_Small);
             }
 
             long now = System.currentTimeMillis() / 1000;