在 android 中应用于多行文本视图的不同滚动条属性的用法是什么?

What's the usage of different scrollbar attributes applied on the multiline text view in android?

Android Studio(AS) 3.4 的属性检查器具有多种属性,可为我们的多行文本视图提供滚动功能。在属性检查器中应该有一个名为 scrollIndicators [none, top, bottom, left, right, start, end] 的属性,用于显示视觉提示以指示文本是可滚动的。该属性未显示在检查器 window 中。但是,将滚动条的值设置为 'vertical' 似乎已经完成了 scrollIndicators 的用途。 为什么有些属性在'All Attributes'下也不显示?

另外,scrollbarAlwaysDrawVerticalTrack 和 scrollbarAlwaysDrawHorizo​​ntalTrack 的用途不明确。

我检查了这些但找不到任何正确的用法,而且 scrollIndicators 也没有正式记录。

我检查过,虽然有些属性没有显示在属性 window 中,但我们可以在布局文件中手动添加它们。