-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix Fab button layout error #67
Comments
if the icon isn't showing, then are you sure you have the correct asset bundled in your native app build and named correctly? |
@bradmartin Ok, I made the layout works inside the grid but the icon is not showing yet. The name is correct and it's inside the drawable-hdpi like the others images. I tried changing icon="" to src="" but it didn't work Another question: I can do that using Ionic but I want to work with NS. |
Try using `res://icon` as the icon value and see if the ns icon displays.
If so your app needs to be rebuilt to get your icon packaged into the
native executable
…On Sat, Dec 2, 2017, 1:49 PM madsongr ***@***.***> wrote:
@bradmartin <https://github.com/bradmartin> Ok, I made the layout works
inside the grid but the icon is not showing yet. The name is correct and
it's inside the drawable-hdpi like the others images.
I tried changing icon="" to src="" but it didn't work
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFulhNrN2kP3cTaS0ym6MYqKWhh_rV87ks5s8anmgaJpZM4Qy103>
.
|
What’s the correct way to combine fab button in a page containing RadSideDrawer? The way I’m doing only a circle appears at the bottom of the page without the add icon and all the RadSideDrawer content is missing and I don’t want the fab to scroll.
The text was updated successfully, but these errors were encountered: