Questions tagged as 'android-layout'

0
answers

Is it possible to create an Options Menu without an Action Bar on Android?

I'm creating a Profile screen, and I'd like to put an Options Menu with the 'Edit profile' and 'Exit' options. The problem is that I do not have an Action Bar on this screen, nor do I want to put one, but I would like to create this Options Menu...
asked by 09.11.2017 / 13:01
0
answers

Android AppBarLayout with tabs

How can I make the App Bar Layout tabs functional? I think only the TabsLayout component will not be enough, so I'm pretty sure I'll need to use a ViewPager to manage the swipe between the Tabs and with this also comes an EventListener...
asked by 21.10.2017 / 19:44
0
answers

have ScrollView scroll down automatically

Hello, I have a chat application, but as it goes along with messages, the user is forced to see all the typed messages from the first one, he should roll the bar to the end to see the last message, I already researched some ways to solve this bu...
asked by 16.10.2017 / 20:46
1
answer

android studio misaligning login form [closed]

I created a login screen in android studio, and leave everything aligned in the center of the screen of the cell phone, but when I run with avd or genymotion, it throws the form all to the corner, can anyone help me?     
asked by 26.10.2017 / 19:00
0
answers

What is the correct / user friendly way of doing this?

Usually in desktop / web applications, we have a código field where something is entered, and next to another field that shows the description of this "something" after searching the database. This operation to fetch the related item i...
asked by 13.10.2017 / 19:02
2
answers

How to put a border in an Android TextView [duplicate]

Hello, I'm having difficulty setting a border in the Android TextView. I've tried it like this: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >...
asked by 08.09.2017 / 19:04
2
answers

ScrollView with Images and LinearLayout

I'm developing a mobile application I would like to leave the application with this visual a horizontal application with an image side by side and with a ScrollView IalreadytriedtotakeScrollView,butthescreenofthecellphonecutsthelasttwoimages...
asked by 21.08.2017 / 05:29
0
answers

Layout unconfigured in android Studio

Good evening! I'm starting my study with Android Studio. I installed my layout but when I simulate it in the Android Studio simulator, it appears all unconfigured.     
asked by 23.08.2017 / 03:49
1
answer

Position TextView Android Studio 2.2.2

I'm wanting a TextView to be positioned over a text, but it's on the side <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk...
asked by 14.08.2017 / 00:34
1
answer

TextView ImageView ConstraintLayout Android [duplicate]

I am creating an app in android studio 2.3.3, but when putting an image using ImageView and a TextView it presented the following this view is not constrained.view <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.C...
asked by 10.08.2017 / 22:52