# HG changeset patch # User Carl Byington # Date 1458340961 25200 # Node ID 50d5ed32327d6137a3473f92165807d802627148 # Parent 1c9d043c2c03e8795b77f9e59137211e7fa94e48 fix lint error diff -r 1c9d043c2c03 -r 50d5ed32327d 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: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;