Questions tagged as 'android-layout'

1
answer

Empty drawable folder Android Studio - None of the resolution options appear

I created a new project in Android Studio Version 1.3.2 and there are none of the folders that specific the resolutions corresponding to them eg: Drawable-hdpi, Drawable-ldpi. I have already changed the way Android is viewed for Package as a...
asked by 18.10.2015 / 16:07
1
answer

How to use a UI (PSD) kit in an Android application?

Hello! I recently came across various UI kits for Android made in Photoshop (PSD). How do I use them in my application? For example, I have this kit: link I can not find a way to use them in my project.     
asked by 21.08.2015 / 05:15
1
answer

Add imageview and break line

I have an image in my set the assets , however the amount will always keep changing, so I need to add a ImageView via code. But since I do not know the quantity, I do not know when they would come out of the window. I need to che...
asked by 19.04.2015 / 15:40
1
answer

How can I make this layout?

How can I make this layout? Above is the image, below is a testo box. In the middle is the problem, there are 3 buttons and 1 progressbar     
asked by 10.04.2015 / 22:35
1
answer

Layout for button bar in Material style

I'm trying to create a button bar at the bottom of the screen ("Cancel" and "Save" buttons similar to the one used by Google Drive: However,nowhereintheMaterialguidelinesdidIfindanythingpertainingtothatbar.Thereisnospecificationofheight,margins,...
asked by 10.01.2015 / 15:15
1
answer

How to add ToolBar and ViewPager in the same Layout

When I add both components to the layout XML I get the following error in the ViewPager start line: error: Error parsing XML: unbound prefix Layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http:...
asked by 04.12.2014 / 21:26
1
answer

How do I change the color of the cardview after a longclick on it?

HowdoImakeithappen?Iwouldliketoaftera%w/w%w/w%w/witscolorchangedindicatingwhichone(s)Iselected!publicstaticclassViewHolderextendsRecyclerView.ViewHolderimplementsView.OnClickListener,View.OnLongClickListener{ViewselectedOverlay;/*...*/}publicVie...
asked by 03.03.2015 / 15:02
1
answer

Problems setting the layout

I can not get you to accept this layout definition for Web View size: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"...
asked by 27.10.2014 / 20:54
1
answer

Remove ActionBar Tab from Android

By% with_% the ActionBar tabs come with the blue indicator (how much is selected) and my question is how do I remove this blue indicator. I want to use icons in these tabs, but as the icon and blue indicator appear, I want to remove the indic...
asked by 01.09.2014 / 16:07
1
answer

Setting a view in Bottom

Currently I use this code to put Adview in Bottom, but when adding a ScrollView, it is fixed at the bottom of the list and not at the bottom of the screen. - <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
asked by 01.09.2014 / 03:17