Merge "Add footer preference into caption preferences" into qt-r1-dev

This commit is contained in:
Kevin Chang
2019-07-18 06:59:47 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -92,4 +92,8 @@
android:title="@string/captioning_window_opacity" />
</PreferenceCategory>
<com.android.settingslib.widget.FooterPreference
android:title="@string/accessibility_caption_preference_summary"
android:selectable="false" />
</PreferenceScreen>