Posts by WillOliveira • 1 point
3 posts
-
0
votes2
answers72
viewsA: Tablelayout Android does not beat
I think it would be good to use Linearlayout and change the height of it <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
0
votes1
answer1098
viewsA: After removing app:layout_behavior="@string/appbar_scrolling_view_behavior" unlink from top
Solution in this post, in case only add a Linearlayout before Appbarlayout.…
-
0
votes1
answer1098
viewsQ: After removing app:layout_behavior="@string/appbar_scrolling_view_behavior" unlink from top
When I remove the app:layout_behavior="@string/appbar_scrolling_view_behavior" from my screen solves the problem of the position of the setError. However cause another, after doing this it is no…