All Questions
1,460 questions
0
votes
1
answer
46
views
How to create multiple activities touch overlay app?
Im creating overlay app that shows over some games, i want to be able to use joystick in game / scroll webpage and click my overlay buttons that are at the screen bottom. How can i achieve this?
...
-1
votes
1
answer
291
views
my android app get ads restriction from admob with the reason site behavior: navigation but i can't understand why?
my android app get ads restriction from admob with the reason site behavior: navigation but i can't understand why?
this is my app and i review it on many devices mobiles tablets and on many screen ...
0
votes
1
answer
48
views
How to use ConstraintLayout normally and correctly?
I've got some problem with my android layout, and i've got tired of trying to solve this. I've got TabView, PageViewer and two buttons, but PageViewer covers other interface elements with its ...
0
votes
1
answer
99
views
Why layout editor in android studio working incorrectly?
I have the problem, which is that layout editor in android studio displays layout incorrectly.screen from android studio
I think that is layout haven't missing some attribute like xmlns:tools="&...
0
votes
2
answers
47
views
How to keep original layout when click show softkey in android
After I click edit text to show soft key, layout banner at bottom position layout moved up.
I want to keep origin layout after click show key board in android
1
vote
1
answer
22
views
Layout Issue : getting layout height to match_parent only after soft keyboard present
I am trying to create a single activity app that collects data using "EditText" and saves it into a Firebase Realtime Database. I already achieved everything I needed for this project. But ...
1
vote
1
answer
81
views
Android Buttons look different when added by code
I found that a button that is added to a layout by code looks very different than a button defined in xml.
I made a short example.
Here is the layout
<?xml version="1.0" encoding="...
0
votes
2
answers
100
views
draw layout with skewed corners in android
I need to draw skewed corners in my layout , basically my layout height is 60dp , i have tried to do them using an xml file of layer-list , but it is not giving the desired specially when devices gets ...
0
votes
0
answers
22
views
Is it possible to calculate the height of an element that is constrained to a guideline?
I have a ConstraintLayout with one element that is constrained only to a horizontal guideline:
android:id="@+id/element"
app:layout_constraintTop_toBottomOf="@id/guideline"
...
0
votes
1
answer
71
views
ScrollView's scrollbar isn't showing or when it doesn't go all the way
recently when developing a android app I've had to use a scroll view for the settings of the app. The problem with my scroll view is that its not scrolling when i set the layout params to match parent ...
1
vote
0
answers
59
views
Why image always shows under buttons?
The ImageView is placed under the two buttons in xml file, but when the ImageView is moved programmatically to the buttons' position, the buttons cover the ImageView.
<?xml version="1.0" ...
1
vote
0
answers
25
views
Resizable layout (by pulling)
I have my layout, till moments it works fine, but i want to make the <ScrollView android:id="@+id/to_Resize" to be resizeable by pulling it's up and down. Possible i have to add some view,...
0
votes
2
answers
85
views
I want to build an Android app with overlay over the map, What layout should I use to achieve the result as the image?
enter image description here
Should I use fragments? but I want an overlay over the map activity. How can I achieve this?
So far, I have been trying, to add two buttons and on click of a button opens ...
0
votes
2
answers
201
views
layout background pattern
I would like to know if it is possible create this in android studio for
layout background of my activity.
Reapet a drawable and move in a direction.
1
vote
0
answers
52
views
Android ZoomControl layout
I'm testing my android app with espresso and want to test the ZoomControls like this:
onView(withId(R.id.zoomIn)).perform(click());
But I don't get the zoomIn/zoomOut id, from the Zoom_Controls. In ...