Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Row #185

Closed
ReyesWei opened this issue May 13, 2020 · 3 comments
Closed

Image Row #185

ReyesWei opened this issue May 13, 2020 · 3 comments
Labels
enhancement New feature or request
Projects

Comments

@ReyesWei
Copy link

Description

Hi, I can't find a way to remove the textView "Change Image"
( android:id="@+id/formElementImageLabel" ) In FormImageElement.
The way I use it now is to override <string name="form_master_picker_change_image"></string>,is this way right?

Q2: In my another situation,I want to show title in left and image in right read only, is there a way to do this or I need to customize by myself?

Q3: By the way, is there a way I can edit the image'size In FormImageElement (default is 175X175)

thank you.

@TheJuki TheJuki added the enhancement New feature or request label May 13, 2020
@TheJuki TheJuki added this to To do in Development via automation May 13, 2020
@TheJuki
Copy link
Owner

TheJuki commented May 14, 2020

I just released 6.5.3. Please update your dependency.

I added the following properties to FormImageElement:

  • displayImageWidth and displayImageHeight to change the size of the image displayed on the form
  • changeImageLabel to set the text of the label that currently is set to "Change Image"
  • showChangeImageLabel to show/hide the "Change Image" label

I have not set up the layout for the title view. I'll try this out later.

@ReyesWei
Copy link
Author

Thank you.

@TheJuki
Copy link
Owner

TheJuki commented Apr 18, 2022

I am closing this issue. If you have any issues feel free to reopen.

@TheJuki TheJuki closed this as completed Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development
  
To do
Development

No branches or pull requests

2 participants