Questions tagged as 'android-layout'

2
answers

How to make the Horizontal Keyboard call by clicking EditText?

Explanation: I have an application that has a field of type EditText used for observation, of which it is too small because there is no space for it. If I open the screen in "landscape orientation" and click on the field, Android wi...
asked by 27.03.2014 / 22:00
1
answer

How to add googleMap programmatically in a RelativeLayout?

I already have all the external settings performed, but my question is how to add googleMap programmatically on a RelativeLayout? Here's my RelativeLayout public class Page extends RelativeLayout { private Context context; public Page(Con...
asked by 31.07.2014 / 21:09
1
answer

Widget layout is not working [closed]

I wonder why this layout does not appear in my widget: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_...
asked by 20.02.2014 / 00:57
0
answers

How to leave two screens in an activity, being able to change one of them via code

Good morning, afternoon or evening !! I need to make a screen in the android divide in the middle, where the screen above screen a video player, and the bottom a chat, where in a due event will be replaced by another screen, a call screen that w...
asked by 01.10.2018 / 15:00
0
answers

Back in Android menu

There is a menu inside a menu, how to go back in the previous menu? <menu xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"> <...
asked by 28.09.2018 / 03:02
2
answers

Make FloatingActionButton overlap LinearLayout

Hello, I'm doing a type of ActionBar and I need the FloatingActionButton to override the LinearLayout that is fixed at the bottom, it needs to stay in the same position however on the front of the bar. Follow the image below the LinearLayo...
asked by 12.09.2018 / 12:38
1
answer

Marquee in TextView - Android

I would like to know if you can do the marquee effect on textview the text is too large, and I do not want to break line, I want the text to move from right to left horizontally. The text I want to manipulate and what contains the mus...
asked by 25.07.2018 / 18:30
0
answers

How to paste an excel list into android studio and stay organized with line breaks?

List in excel CityAfonsoBezerraAlexandriaAlexandriaAlminoAfonsoAltodoRodriguesAngicosAngicosApodiApodiHowtodothisinxml As a large list, and I want for more than 2 columns, I can not put one by one, but rather paste with columns.     
asked by 12.06.2018 / 04:18
1
answer

App default color

Hello, I need to find how to set the default color of the applications. It would not be the color of background or font, it would be the color of the app itself. For example: in LED configurations, you have the option to show the led accor...
asked by 11.06.2018 / 16:52
0
answers

TextField with initial value in ConstraintLayout

I can not identify the error in the XML specification, with each character added at TextField initialization, which is inside the ConstraintLayout, the LinearLayout root increases height. In advance thank you. Theredbackgroundlayout,which...
asked by 14.05.2018 / 23:05