Questions tagged as 'android-layout'

1
answer

Can not solve symbol

I'm following the tutorial (Android Studio 2.3 Development Essentials) but giving this error    Can not solve symbol in this part of the code ConstraintLayout myLayout = (ConstraintLayout)findViewById(R.id.activity_motion_ev...
asked by 26.04.2017 / 05:13
0
answers

Conflict between last cell of ListView and FloatingActionButton

In the last cell of my ListView a conflict occurs because the FloatingActionButton of the screen is masking two buttons as shown in the image: IwantedtobeabletoincreasethescrollareaofmyListVieworaddsomethingtotheendofthesc...
asked by 04.04.2017 / 20:35
0
answers

Counter + Text TabLayout

I have a TabLayout with 4 options, the notification option refers to the notifications received via Firebase. What I need is to add an unread notifications counter. The code for counting unread notifications is already working perfectly. howe...
asked by 09.03.2017 / 18:00
2
answers

How to put a texView inside a circle

Gentlemen I would like to make a textView richer by leaving it inside a Circle, it is a Product List with the product name and the value and this one that would be inside the circle, I tried to make a shape and use it as background was not cool,...
asked by 10.02.2017 / 17:04
1
answer

ListView only appears when I click to close the keyboard [closed]

I do not know how to solve this problem, but the list-view does not appear when I search, it only comes to appear when I click the button to close the keyboard, it seems that when I press the button it updates the Activity and there it appears a...
asked by 21.10.2016 / 05:58
2
answers

Adding new fields dynamically

I'm creating an app that calculates credits from a school report. DUVIDA : How to add a new EditText when the user clicks the next "+" button and sums the values of each EditText .     
asked by 11.09.2016 / 05:17
0
answers

Is there any framework for android? [closed]

I would like to find an framework for Android similar to Bootstrap used in the layout of web pages, is there any? Which one is the best?     
asked by 08.10.2016 / 16:04
0
answers

setOnItemClickListener not working when clicking on a row in Listview [closed]

I'm a beginner developing android, and I came across a problem I can not solve. Well, I put a listview within a view_pager ( content_main ) that is included in activity_main . When I click on an item in the list, it will cal...
asked by 29.10.2016 / 02:12
1
answer

How to upload a video on a screen?

I'm doing an application in Android Studio where I have the main screen (MainActivity) that has a menu with several links and one of them calls a Fragment (VideoFragment) where when loaded should show a video (youtube and local) with description...
asked by 14.07.2016 / 17:04
0
answers

Attribute drawableTint is only used in API level 23 and higher

I'm trying to put a color icon in EditText but Android Studio is warning that the attribute that colors the icon ( android:drawableTint ) is only supported in API's >= 23 . What do I do to be able to use API's...
asked by 03.08.2016 / 00:47