I'm creating an app that uses ListView to show items and wanted to know the best and most personalized way to create splitters between them, I also wanted to know how to use another divider between two icons, which are the options that st...
I'm trying to change the colors of my StatusBar, but when I try to change the colorPrimaryDark (first bar, where the battery is, time, etc ...) the color does not change.
I created an xml with the values of the colors used
colors.xml
<...
In addition to RelativeLayout , FrameLayout , LinearLayout , TableLayout , among others already existing, that greatly meet the needs related to layout , Google announced Google I / O 2016 or ConstraintLayout "....
I'm trying to create a split line in my App as shown below.
Drawable / dotted.xml :
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke...
I'm facing a layout problem, in this layout I have a ListView and then I have 3 more buttons, but when the list is too large, it uses the whole size of the screen and I can not see the buttons, can anyone help me?
How the layout is:
<?...
At this moment I have these layout's to support the different screen sizes
When I test the app on 4-inch or 4.5-inch devices, both will use the activity_main.xml layout that corresponds to the normal size but repair that on the 4...
I'm working on a project where I have a screen that contains some elements separated by different layout types. All of these elements needed to be grouped within a single LinearLayout so that I could "envelop" them in a ScrollView ....
I'm putting together a layout and the layout is not occupying the entire screen. I have tried it in many ways, but it is never possible for it to occupy, so everything I need is not fit.
Problem happens when placing the scrollview, is it poss...
How can I change the color of a listView when selecting?
Here are the steps in my project:
listDebitosPendentes.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemC...