update selected folder path at the folder picker at widget config
This commit is contained in:
parent
fcde3beba1
commit
e3964a1b91
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue