created default_localization_key

This commit is contained in:
bopol 2020-02-15 16:29:46 +01:00
parent 5b541cc9fb
commit e62e34fd5c
6 changed files with 17 additions and 16 deletions

View file

@ -21,6 +21,7 @@ public class VideoAudioSettingsFragment extends BasePreferenceFragment {
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
//initializing R.array.seek_duration_description to display the translation of seconds
String[] durationsDescriptions = getResources().getStringArray(R.array.seek_duration_description);
String[] durationsValues = getResources().getStringArray(R.array.seek_duration_value);
int currentDurationValue;