Updated translations

This commit is contained in:
h4h13 2020-04-24 23:41:14 +05:30
parent 232fa51ea8
commit 914453d051
130 changed files with 27603 additions and 16775 deletions

View file

@ -70,4 +70,14 @@
app:showSeekBarValue="true" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
<code.name.monkey.retromusic.preferences.MaterialListPreference
android:defaultValue="auto"
android:entries="@array/pref_language_names"
android:entryValues="@array/pref_language_codes"
android:key="language_name"
android:layout="@layout/list_item_view"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_language_name"
app:icon="@drawable/ic_language_white_24dp" />
</androidx.preference.PreferenceScreen>