2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-22 11:19:49 +02:00

update selected folder path at the folder picker at widget config

This commit is contained in:
tibbi 2018-12-16 20:10:04 +01:00
parent fcde3beba1
commit e3964a1b91
2 changed files with 2 additions and 1 deletions
app/src/main
kotlin/com/simplemobiletools/gallery/pro/activities
res/layout

View file

@ -160,6 +160,7 @@ class WidgetConfigureActivity : SimpleActivity() {
private fun updateFolderImage(folderPath: String) {
mFolderPath = folderPath
folder_picker_value.text = getFolderNameFromPath(folderPath)
runOnUiThread {
config_folder_name.text = getFolderNameFromPath(folderPath)
}

View file

@ -54,7 +54,7 @@
android:layout_marginLeft="@dimen/activity_margin"
android:background="@drawable/button_background"
android:padding="@dimen/normal_margin"
android:text="@string/internal"/>
tools:text="@string/internal"/>
</RelativeLayout>