diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt
index af157de34..dea54cf27 100644
--- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt
@@ -4,6 +4,7 @@ import android.app.Activity
import android.appwidget.AppWidgetManager
import android.content.Intent
import android.graphics.Color
+import android.graphics.drawable.ColorDrawable
import android.os.Bundle
import android.widget.RemoteViews
import com.simplemobiletools.commons.dialogs.ColorPickerDialog
@@ -37,6 +38,8 @@ class WidgetConfigureActivity : SimpleActivity() {
config_save.setOnClickListener { saveConfig() }
config_bg_color.setOnClickListener { pickBackgroundColor() }
config_save.setTextColor(getAdjustedPrimaryColor())
+ updateTextColors(folder_picker_holder)
+ folder_picker_holder.background = ColorDrawable(config.backgroundColor)
}
private fun initVariables() {
diff --git a/app/src/main/res/layout/widget_config.xml b/app/src/main/res/layout/widget_config.xml
index 1b36ee583..2c22b4e2c 100644
--- a/app/src/main/res/layout/widget_config.xml
+++ b/app/src/main/res/layout/widget_config.xml
@@ -7,10 +7,35 @@
android:layout_centerHorizontal="true"
android:layout_margin="@dimen/activity_margin">
+
+
+
+
+
+
+
+
File type
Extension
+
+ Folder shown on the widget:
+
تشغيل الفديوهات تلقائيا
Remember last video playback position
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index 9bf9ff4b5..0735b5932 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Play videos automatically
Remember last video playback position
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index c639078f1..faedd7c3a 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -132,6 +132,9 @@
Tipus de fitxer
Extensió
+
+ Folder shown on the widget:
+
Reproduir vídeos automàticament
Recordeu la posició de la darrera reproducció de vídeo
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 291bda22e..4c89cc9e1 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -132,6 +132,9 @@
Typu souboru
Přípony
+
+ Folder shown on the widget:
+
Automaticky přehrávat videa
Zapamatovat pozici posledního přehraného videa
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index a2f85f704..13f5116a5 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Afspil automatisk videoer
Remember last video playback position
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 1e8d4ddbd..899498d63 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -132,6 +132,9 @@
Dateityp (Bilder/Videos)
Dateierweiterung
+
+ Folder shown on the widget:
+
Videos automatisch abspielen
Letzte Videowiedergabeposition erinnern
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 0226ad203..f40f40588 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -132,6 +132,9 @@
Τύπο αρχείου
Επέκταση
+
+ Folder shown on the widget:
+
Αυτόματη αναπαραγωγή βίντεο
Απομνημόνευση της τελευταίας θέσης αναπαραγωγής βίντεο
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 7d65f1ac2..b2b3fc787 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -132,6 +132,9 @@
Tipo de fichero
Extensión
+
+ Folder shown on the widget:
+
Reproducir vídeos automáticamente
Recuerde la última posición de reproducción de video
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index e26cef2a7..45692fb47 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Toista videot automaattisesti
Remember last video playback position
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index c2c905a9f..ae51914a6 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -132,6 +132,9 @@
Type de fichier
Extension
+
+ Folder shown on the widget:
+
Lecture automatique des vidéos
Remember last video playback position
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 07e7df693..301428866 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -132,6 +132,9 @@
Tipo de ficheior
Extensión
+
+ Folder shown on the widget:
+
Reproducir vídeos automticamente
Remember last video playback position
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index 6090e559b..2189a198c 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -132,6 +132,9 @@
Tip datoteke
Vrsta datoteke
+
+ Folder shown on the widget:
+
Automatsko pokretanje videa
Remember last video playback position
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 65468b93e..5d21de866 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -133,6 +133,9 @@
Fájl típus
Kiterjesztés
+
+ Folder shown on the widget:
+
Automatikus videó lejátszás
Emlékezzen a videó utolsó lejátszási pozícióra
diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml
index 6bc47a212..cbcce0246 100644
--- a/app/src/main/res/values-id/strings.xml
+++ b/app/src/main/res/values-id/strings.xml
@@ -132,6 +132,9 @@
Jenis file
Ekstensi
+
+ Folder shown on the widget:
+
Putar video otomatis
Ingat posisi pemutaran terakhir
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 95b22925f..467db5d4c 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -132,6 +132,9 @@
Tipo di file
Estensione
+
+ Folder shown on the widget:
+
Riproduci i video automaticamente
Ricorda l\'ultimo stato di riproduzione dei video
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index d1a8bc92e..d728d7c25 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -132,6 +132,9 @@
ファイル形式
拡張子
+
+ Folder shown on the widget:
+
ビデオを自動再生
Remember last video playback position
diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml
index 974054786..2ab9b6ef7 100644
--- a/app/src/main/res/values-ko-rKR/strings.xml
+++ b/app/src/main/res/values-ko-rKR/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
비디오 자동재생
Remember last video playback position
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index f0f73e1a1..2e9d2c20a 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Groti vaizdo įrašus automatiškai
Remember last video playback position
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index a866ca6e4..d3837c681 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -132,6 +132,9 @@
Filtype
Endelse
+
+ Folder shown on the widget:
+
Avspill videoer automatisk
Husk siste videoavspillingsposisjon
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 175650e03..3e49c2d21 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -132,6 +132,9 @@
Bestandstype
Extensie
+
+ Folder shown on the widget:
+
Video\'s automatisch afspelen
Laatste positie in video\'s onthouden
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 991c22e7b..f0d171f35 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -132,6 +132,9 @@
Typu
Rozszerzenia
+
+ Folder shown on the widget:
+
Odtwarzaj filmy automatycznie
Pamiętaj ostatni moment odtwarzania filmów
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 027f9a086..71ce1c7fa 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Reproduzir vídeos automaticamente
Remember last video playback position
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index 96c217a29..6c95bdbe9 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -132,6 +132,9 @@
Tipo de ficheiro
Extensão
+
+ Folder shown on the widget:
+
Reproduzir vídeos automaticamente
Memorizar posição da reprodução
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index ed4adfa28..ce0b4eca0 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -132,6 +132,9 @@
Тип файла
Расширение
+
+ Folder shown on the widget:
+
Воспроизводить видео автоматически
Запоминать позицию воспроизведения видео
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index a081eb7a5..255f819ed 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -132,6 +132,9 @@
Typu súboru
Prípony
+
+ Priečinok zobrazený vo widgete:
+
Spúšťať videá automaticky
Zapamätať si pozíciu posledného prehraného videa
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index 3dfff7213..df296d51e 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -132,6 +132,9 @@
Tip datoteke
Končnica
+
+ Folder shown on the widget:
+
Avtomatično predvajaj videoposnetke
Zapomni si zadnji položaj predvajanja
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 04dd09abc..81d51588d 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -132,6 +132,9 @@
Filtyp
Filnamnstillägg
+
+ Folder shown on the widget:
+
Spela upp videor automatiskt
Remember last video playback position
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index cabbb3093..efd1df962 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -132,6 +132,9 @@
Dosya türü
Uzantı
+
+ Folder shown on the widget:
+
Videoları otomatik oynat
Son video oynatma konumunu hatırla
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index a593e2671..e73252288 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -132,6 +132,9 @@
типом файлу
розширенням
+
+ Folder shown on the widget:
+
Відтворювати відео автоматично
Запам\'ятовувати місце зупинки перегляду
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 9f2d35ee9..30d9d0ab0 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -132,6 +132,9 @@
文件类型
扩展
+
+ Folder shown on the widget:
+
自动播放
记住上次视频播放位置
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index f8e08f4f7..ee13dfe07 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -132,6 +132,9 @@
檔案類型
副檔名
+
+ Folder shown on the widget:
+
自動播放影片
記住影片上次撥放位置
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c66b10185..7df94fa7e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -132,6 +132,9 @@
File type
Extension
+
+ Folder shown on the widget:
+
Play videos automatically
Remember last video playback position