Display meta info about search query, stream creator or topic
Closes #4614
This commit is contained in:
parent
0c656abb8e
commit
0a831ec84e
10 changed files with 200 additions and 18 deletions
|
|
@ -85,6 +85,13 @@
|
|||
android:title="@string/show_comments_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:key="@string/show_meta_info_key"
|
||||
android:summary="@string/show_meta_info_summary"
|
||||
android:title="@string/show_meta_info_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/import_data"
|
||||
android:summary="@string/import_data_summary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue