Alan dos Santos Member Licensed User Longtime User Nov 15, 2017 #1 Every time I load the Firebase Realtimedatabase lib I get this error: No resource found that matches the given name 'Widget.Design.TextInputLayout'. I've already used the API 25,26,27, anyway follow my source Thank's
Every time I load the Firebase Realtimedatabase lib I get this error: No resource found that matches the given name 'Widget.Design.TextInputLayout'. I've already used the API 25,26,27, anyway follow my source Thank's
DonManfred Expert Licensed User Longtime User Nov 15, 2017 #2 Check my answer in the other thread. My answer/guess is still valid. Try add https://www.b4x.com/android/forum/t...nal-material-design-components.58893/#content this library to your project. Upvote 0
Check my answer in the other thread. My answer/guess is still valid. Try add https://www.b4x.com/android/forum/t...nal-material-design-components.58893/#content this library to your project.
Alan dos Santos Member Licensed User Longtime User Nov 15, 2017 #3 DonManfred said: PD: Based on the error i would guess you need to add AppCompat Design Library to your Project. Click to expand... I'm using AppCompat 3.52 lib and, anyway, it's giving error. Upvote 0
DonManfred said: PD: Based on the error i would guess you need to add AppCompat Design Library to your Project. Click to expand... I'm using AppCompat 3.52 lib and, anyway, it's giving error.
DonManfred Expert Licensed User Longtime User Nov 15, 2017 #4 Did you ADD DesignSupport lib TOO (additionally to AppCompat)? The example from me uses this libs: Upvote 0
Alan dos Santos Member Licensed User Longtime User Nov 15, 2017 #5 DonManfred said: Did you ADD DesignSupport lib TOO (additionally to AppCompat)? The example from me uses this libs: View attachment 61716 Click to expand... It worked, thank you DON. I wanted to hug you now Upvote 0
DonManfred said: Did you ADD DesignSupport lib TOO (additionally to AppCompat)? The example from me uses this libs: View attachment 61716 Click to expand... It worked, thank you DON. I wanted to hug you now