changeset 449:1c9d043c2c03

fix lint error
author Carl Byington <carl@five-ten-sg.com>
date Thu, 17 Mar 2016 13:49:04 -0700
parents df509fd900ba
children 50d5ed32327d
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:30:55 2016 -0700
+++ b/app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java	Thu Mar 17 13:49:04 2016 -0700
@@ -634,8 +634,8 @@
             }
             else {
                 // selected, so revert back to default black text
-                holder.nickname.setTextAppearance(context, android.R.attr.textAppearanceLarge);
-                holder.caption.setTextAppearance(context, android.R.attr.textAppearanceSmall);
+                holder.nickname.setTextAppearance(context, android.R.style.textAppearanceLarge);
+                holder.caption.setTextAppearance(context, android.R.style.textAppearanceSmall);
             }
 
             long now = System.currentTimeMillis() / 1000;