Add debug setting to enable Picasso indicators
This commit is contained in:
parent
314964c5f9
commit
52189fc5df
6 changed files with 34 additions and 6 deletions
|
|
@ -42,6 +42,13 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/show_image_indicators_key"
|
||||
android:summary="@string/show_image_indicators_summary"
|
||||
android:title="@string/show_image_indicators_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/crash_the_app_key"
|
||||
android:title="@string/crash_the_app"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue