mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
update selected folder path at the folder picker at widget config
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user