mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-11 18:14:01 +01:00
update selected folder path at the folder picker at widget config
This commit is contained in:
parent
fcde3beba1
commit
e3964a1b91
@ -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)
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user