2016-06-23 42 views
0

我在我的应用程序中有一个设置屏幕,其中我显示一些版权文本为简单的Preference
但是我想覆盖默认的辅助功能文本。我无法像正常的View那样设置contentDescription安卓偏好标签辅助功能

任何解决方案?

感谢

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 
    <Preference 
     android:key="@string/about_key_copyright_notice" 
     android:title="@string/about_title_general" /> 
</PreferenceScreen> 

回答

0

android:summary是你在找什么

+0

不,这显示在屏幕上。 Talkback启用时,我只想让它说出来。 – tim

+0

我不认为这是可能的。没有这样的事情:[在文档](https://developer.android.com/reference/android/preference/Preference.html) –

+0

是的,我也看过那个文档。这很荒谬,... – tim