-
Notifications
You must be signed in to change notification settings - Fork 50
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
UI Customization #59
Comments
Hello, please try using android:layout_gravity instead of android:gravity |
Hello! I tried using "android:layout_gravity" but it also doesn't work:( |
Have you overrided android:gravity attribute of parent layout? If yes, try to delete it. I tried your case with your params on default layout and it worked |
do you mean by parent_layout is "aimybox_container"? Can you show me your code please? |
Please, try to set attr "layout_width" to wrap_content, after this attr gravity and layout_gravity was no work |
@krauzee we have published a new version of components. Please try to use <style name="CustomRecognitionWidgetTheme" parent="DefaultAssistantTheme.Widget.Recognition">
<item name="android:gravity">left</item>
</style>
<style name="CustomResponseWidgetTheme" parent="DefaultAssistantTheme.Widget.Response">
<item name="android:gravity">end</item>
</style> |
Gradle can't download components-0.1.10 |
You can check that it's available via jcenter normally. |
I wanna custom ui. I wanna see messages from user on right and I ovveride "gravity" attribute, but its not works:(
Any help is appreciated.
1
The text was updated successfully, but these errors were encountered: