Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
115 views

I'm struggling with the new edge-to-edge display introduced by default with SDK 36. My scroll view contents are behind the navigation bar even when scrolled to the bottom. I had a look at the "...
Schorschii's user avatar
1 vote
1 answer
257 views

I'm working on an Android app using Jetpack Compose, and I'm trying to implement a scrolling interface similar to the YouTube app's channel UI. Here's what I want to achieve: The top of the screen ...
gadmtb's user avatar
  • 73
0 votes
1 answer
50 views

In the beginning, I searched for a solution to the problem extensively but couldn't resolve it, even after trying all the solutions and answers to similar questions here. I have a scrollview which ...
Mahmoud Manson's user avatar
1 vote
1 answer
66 views

I want to generate a pdf document using Android's PdfDocument class by scrolling through contents of a scrollView. Right now, correct number of pages are being generated but contents are printed only ...
user23515317's user avatar
0 votes
1 answer
57 views

I want to make a Table with a solid column on the left and scrollable columns on the right that scoll horizontally. I've devided it into two differnt Table Layouts and put the right one in a ...
Cramcon's user avatar
2 votes
1 answer
571 views

I have an annoying glitch when using my expo app on Android. When I use ScrollView with overScrollMode set to 'always' or 'auto' and I scroll bit fast on beginning, I can reach bit further then where ...
Prokop Lošťák's user avatar
1 vote
1 answer
137 views

App.tsx import React from 'react'; import type {PropsWithChildren} from 'react'; import { Dimensions, FlatList, Image, Pressable, SafeAreaView, ScrollView, StatusBar, StyleSheet, ...
MR. WOLF's user avatar
0 votes
2 answers
726 views

here i have a ViewPager inside the scroll view its 'layout_height' is 0dp EXPECTED BEHAVIOUR : The viewPager should have covered the remaining screen REAL BEHAVIOUR : The viewPager height gets ...
Shalen Mathew's user avatar
0 votes
0 answers
22 views

I'm trying to create a story line that stacks horizontally on each other and you can scroll it horizontally from the beginning to the end but when I created it with the code below it didn't work at ...
David Josiah's user avatar
0 votes
1 answer
43 views

Question: I have a NestedScrollView with 11 type of views (ImageView, 6 TextViews, 4 CardViews(with 1 RecyclerView in each)), the images of the layout is attached below. I am thinking of Implementing ...
Siddhartha Srivastava's user avatar
0 votes
1 answer
488 views

After upgrading react-native to version 0.71.3, the ScrollView passed as a children to react-native-popover-view is no longer scrollable in android but works in iOS. It used to work before the upgrade ...
itsMani's user avatar
0 votes
0 answers
86 views

1st Image shows initial view when screen opened 2nd Image should be the view after scrolling down and soon after image is passed it should locked and bottom should be able to scroll separately ...
Pasan Induwara's user avatar
0 votes
1 answer
1k views

I have a fragment that implements RecyclerView that I have included in jetpack compose view via AndroidView. I have pager, one page is in compose and second is in the old style. Example of whole ...
Schrami's user avatar
  • 89
0 votes
1 answer
35 views

Can anyone help me to solve this? java.lang.IllegalStateException: ScrollView can host only one direct child I get this error because I have used ScrollView in both fragments. How to solve this? I ...
Samir's user avatar
  • 1
0 votes
2 answers
87 views

I'm trying to use Scrollview but it is not working for me whatsoever. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas....
Llama Cookies's user avatar
0 votes
2 answers
2k views

I need to show my button to top of soft keyboard (when it's opened). For this I implement this https://medium.com/@madalinnita/android-how-to-move-views-above-keyboard-when-its-opened-quick-secure-...
testivanivan's user avatar
  • 1,544
0 votes
1 answer
75 views

I have this RelativeLayout <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="...
anta40's user avatar
  • 6,813
0 votes
2 answers
1k views

I have a problem developing my app on Android. For a long time, the app was intended to run only on tablets of fixed resolution, so we designed the layout using LinearLayouts. Now we need to deploy ...
Lubron's user avatar
  • 89
0 votes
2 answers
436 views

I have the following screen: <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/...
Nick Wilde's user avatar
2 votes
3 answers
203 views

I am trying to add privacy policy page in my app, the whole page is html content, and I used this method to make text scrollable but the problem is the full text dosen't appear inside textview and I ...
David Albert's user avatar
0 votes
0 answers
451 views

I'm using a ScrollView in my React Native App, and calling scrollToEnd({animated: true}) within a useEffect. When its scrolling, the scroll bar temporarily appears. Is there some way to change that ...
Nathan's user avatar
  • 79.4k
0 votes
1 answer
98 views

I have a scroll view parent in my fragment and one child view which is a constraint layout in the first child constraint layout I have many views so my question is how to scroll parent scroll view to ...
Muhammad Hamza's user avatar
-1 votes
1 answer
74 views

I am trying to applying tutorial, this a dummy store app, I showing the data that added from user inside view then added it in linear layout of scrollview, the app is run fine and the data is added to ...
Indiana Evans's user avatar
0 votes
1 answer
127 views

When I try to write something in an TextView-Element which is at the bottom of the screen, the Android keyboard hides the element. How can I resolve this issue? I already tried adding 'adjustPan' and ...
Davis Jahn's user avatar
1 vote
0 answers
37 views

i can' scroll my listView in DrawerLayout. mycode activity_main: <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app=&...
Leyoussi Bonachy Lauriel's user avatar

1
2 3 4 5
36