documentation for color-meanings

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-15 09:34:17 +02:00 committed by Marcel Hibbe
parent a51e9f7042
commit 141458047f
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -817,7 +817,7 @@ public class ProfileController extends BaseController {
holder.text.setCursorVisible(false);
holder.text.setBackgroundTintList(ColorStateList.valueOf(Color.TRANSPARENT));
holder.scope.setOnClickListener(null);
holder.scope.setAlpha(0.6f); // incative - medium emphasis
holder.scope.setAlpha(0.6f); // inactive - medium emphasis
}
} else {
holder.container.setVisibility(View.GONE);