# HG changeset patch # User Carl Byington # Date 1458247744 25200 # Node ID 1c9d043c2c03e8795b77f9e59137211e7fa94e48 # Parent df509fd900ba32448e29de7dfc34dc8e2226c548 fix lint error diff -r df509fd900ba -r 1c9d043c2c03 app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java --- 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;