created default_localization_key
This commit is contained in:
parent
55fbeb7e28
commit
b13c03a99f
6 changed files with 17 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue