python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Place a View at the center of the ScrollView's area using CoordinatorLayout
Suppose I have the following layout .xml file:
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schem...
Augusto Carmo
Votes: 0
Answers: 1
How to Show/Hide Action Bar on Swipe using Coordinator Layout?
I show/hide the bottom navigation bar on swiping with CoordinatorLayout but am unable to show/hide the action bar using CoordinatorLayout. What mistake I did in my layout?
On swiping, the bottom navig...
M DEV
Votes: 0
Answers: 1
How to Pin only the last child of the CollapsingToolbarLayout?
Suppose I have the following .xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout>
<com.google.android.material....
Augusto Carmo
Votes: 0
Answers: 2
Keyboard is pushing part of the layout with NestedScrollView and RcyclerView
I have a layout something like this
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://s...
sadat
Votes: 0
Answers: 1