angelone Member Licensed User Longtime User Apr 4, 2013 #1 Hi, i'have a layout with 6 buttons, and the user have to set the backgroud image of the buttons from gallery of tablet. Is it possible? is there the option to save the configuration? thank's a lot, for you help
Hi, i'have a layout with 6 buttons, and the user have to set the backgroud image of the buttons from gallery of tablet. Is it possible? is there the option to save the configuration? thank's a lot, for you help
Erel B4X founder Staff member Licensed User Longtime User Apr 4, 2013 #2 You can set the buttons background by setting the Background property. For buttons it is recommended to use a StateListDrawable. is there the option to save the configuration? Click to expand... You will need to implement it yourself. You can save the settings when you set the image. Upvote 0
You can set the buttons background by setting the Background property. For buttons it is recommended to use a StateListDrawable. is there the option to save the configuration? Click to expand... You will need to implement it yourself. You can save the settings when you set the image.
angelone Member Licensed User Longtime User Apr 4, 2013 #3 Ok, thank's a lot. I need a way to show all images stored in a folder, and i have to set each image as backgroud for each button. Upvote 0
Ok, thank's a lot. I need a way to show all images stored in a folder, and i have to set each image as backgroud for each button.