Questions tagged as 'android-layout'

1
answer

White at the bottom of the screen with ScrollView

I put ScrollView in one of my layouts , to allow users with smaller screens to see the whole information. The problem is that when I start the application on my phone (5.5 '') I will see a white band above the layout :...
asked by 10.03.2017 / 14:15
2
answers

RecyclerView gets behind / hidden from ToolBar / ActionBar

Solution: link Good evening guys, how are you? I have a problem and to be clear I took a print to show you: Asyoucanseethelist(RecyclerView)isfallingbehindwhileitshouldbeundertheToolbar/Actionbar,IdonotknowwhatI'mdoingwrong,butIcouldn...
asked by 11.03.2017 / 06:56
1
answer

How to solve the problem of CordinatorLayout of Android Studio 3.1.3?

I'm starting to study mobile android development and got several issues with Android Studio 3.1.3. And one of them that I can not fix is the rendering problem. Ihavetriedseveralmethods,includingsomethatarehereonthesiteandIcouldnotsolvethe...
asked by 19.06.2018 / 13:55
1
answer

I can not create layout inside the json request [closed]

Hello In my project, I get some fields via JSON, I have an empty layout, and I must create the elements (textview, imageview, edittext ...) according to the data received from JSON. JSON is receiving correctly, and outside of it, I can crea...
asked by 10.11.2015 / 22:33
1
answer

application crashes when entering landscape mode

My app has two layouts, one pro portrait mode and the other pro landscape. When assigning an event to open another activity to the onscreen button, when I rotate the mobile, (I put it in landscape mode) crasha app. If you do not rotate the devic...
asked by 03.06.2018 / 04:56
0
answers

Set a maximum size for layout not to exceed - Android Studio

I have an adapter, where I display a list of webviews, each webview loads a news item with a different size text <LinearLayout android:id="@+id/layout_teste_tamanho" android:layout_width="match_parent" android:layout...
asked by 02.01.2019 / 12:59
1
answer

java.lang.RuntimeException: Unable to start activity ComponentInfo {...}: java.lang.NullPointerException [closed]

I'm trying to pick up facebook data and I'm getting this error. Logcat 10-24 00:46:41.230 7526-7526/sptour.hotmail.com E/AndroidRuntime: FATAL EXCEPTION: main Process: sptour.hotmail.com, PID: 7526 java.lang.RuntimeException: Unable to start...
asked by 24.10.2016 / 04:50
1
answer

Android Development with Android Studio - RecyclerView is not working

I'm trying to get into this Android development world by using Android Studio. And right at the beginning I'm already facing a simple problem for an experienced developer who uses Android Studio but relatively difficult for those starting out....
asked by 21.10.2018 / 20:29
1
answer

How to leave a fixed footer in the Android layout?

I have the following layout in xml in my Android designer: <?xmlversion="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro...
asked by 16.12.2016 / 13:07
1
answer

How do I get the layout not pushed up when the keyboard of my app appears? [closed]

Layout of my application: ThebughappenswhenIclickonanyoftheeditTextstoaddanyvaluetothem: As you can see, the ad and two of the little balloons go up. In case, the ad up does not me a problem and can be kept . The solution that I loo...
asked by 30.08.2017 / 03:00