mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
documentation for color-meanings
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a51e9f7042
commit
141458047f
@ -817,7 +817,7 @@ public class ProfileController extends BaseController {
|
|||||||
holder.text.setCursorVisible(false);
|
holder.text.setCursorVisible(false);
|
||||||
holder.text.setBackgroundTintList(ColorStateList.valueOf(Color.TRANSPARENT));
|
holder.text.setBackgroundTintList(ColorStateList.valueOf(Color.TRANSPARENT));
|
||||||
holder.scope.setOnClickListener(null);
|
holder.scope.setOnClickListener(null);
|
||||||
holder.scope.setAlpha(0.6f); // incative - medium emphasis
|
holder.scope.setAlpha(0.6f); // inactive - medium emphasis
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
holder.container.setVisibility(View.GONE);
|
holder.container.setVisibility(View.GONE);
|
||||||
|
Loading…
Reference in New Issue
Block a user