An Android layout defines everything the user can see and touch.

learn more… | top users | synonyms

0
votes
3answers
24 views

Align ImageView to top right of screen

I've a imageView in my layout which serves as a background which doesn't scale. But I need to have my image in the topright corner of the screen. I now have my image in the top left corner of the ...
0
votes
1answer
31 views

Simple Functionality of Previous and Next Intents in the same Android Activity?

I am new to Android programming. Could anyone help me out with the Functionality of Previous and Next Intents in the same Android Activity? I am building a Quotes App. So, I have all my Quotes neatly ...
1
vote
2answers
24 views

Android Scrollview with TableLayout and Relative layout

I have three layouts(2 relative layout and a table layout) in my XML with the scrollview. It's like <RelativeLayout> <ScrollView> <RelativeLayout> ...
0
votes
1answer
46 views

Android | How to add an integer in SharedPreferences and prevent it from returning to zero

I want to add an integer and store it to SharedPreferences. First, I instantiate it to zero then, when the button is clicked, I want to add 1 to it and save it on SharedPreferences. However, it goes ...
0
votes
0answers
23 views

Android ScrollView not vertically filling layout on device

This is quite strange. I have a set of tabs, and on one (well really two but they are the same thing with slightly different content) is acting up. I have two XML files. One is for landscape and it ...
0
votes
0answers
6 views

SoundManager2 Playlist for Android / iPhone

Could someone point me to a demo version of a playlist (one song playing after another) with a "one player interface" for all songs: one player bar, play/pause button etc. for all songs. This is for ...
0
votes
1answer
19 views

how do I add alternate background code to an adapter without getview?

I am trying to add my alternate background code in java to an adapter that is not using getview method. Can any one please guide me how I can override/create the getview method? Here's the code i need ...
0
votes
2answers
31 views

How to display 3 2 1 text in the center of the screen in transparency mode

First of all, I am new to android development and searched everywhere but didn't get any solution to my problem. So please don't rate this post negative. I am making a small game application in which ...
0
votes
1answer
17 views

Align image to the top with “match_parent”

I've got a problem with my application. I've a image which goes across the whole screen (ImageView) with this code in xml: <ImageView android:layout_width="match_parent" ...
1
vote
1answer
27 views

How do I add a 1dp line to the bottom of my textview cell ( not a table layout)

I am new to android, jsut a very plain simple question, how do i add a bottom line to a text view, so that it appears at the bottom of the cell as 1dp, here's the code so far: <?xml version="1.0" ...
0
votes
0answers
27 views

Dynamically created user interface on Android

I am trying to create a user interface based on the results on a SQL search. The interface consists of a horizontal LinearLayout into which I read in a fragment which is then inflated and added to the ...
0
votes
1answer
19 views

Navigation tabs with fragments to which to add another fragment

I have a recording app which I recently convert it on tabs layout. One tab is called Recorder and the other one is called Player. Both are integrated in a SherlockFragmentActivity. Each tab represent ...
0
votes
1answer
30 views

create android Sliding Menu like Facebook,gmail

I want to create Sliding menu just like facebook or gmail. I found some Post on stackoverflow but i did not get complete solution for my problem. I Found some library for sliding menu but it not ...
0
votes
5answers
35 views

wrap content for numbers

I want to use wrap_content on TextView where I keep only numbers (and coma), but I have noticed that this takes more space than needed (as if reserved space for letters). Shown here: Current ...
0
votes
1answer
46 views

how to create a table layout

I need to create a table layout that contains only two rows and two columns.The purpose is to create a game like "the millionaire" where the player can choose the correct answer.So I use table layout ...
0
votes
3answers
36 views

Android: custom a menu create

I don't know which type of this menu. can anyone help me. I want to create menu like this screen. When i click the button then pop-up the menu like this. I don't know how to achieve this. i do not ...
0
votes
3answers
26 views

Android arrange layout with height in percentage

I am very new to android and practicing. I am trying to design a screen. With will contain a background image and a floating container with sliding menus. ( For more details please find the attached ...
-1
votes
0answers
16 views

Preserve ContentView when starting new activity

I would like to start an activity B from activity A, but I would like to preserve the A's ContentView and change only a part of it in activity B. Is it possible?
0
votes
0answers
29 views

Ensuring a layout is always the same size

I'm working on a messaging app and have hit a minor, yet very annoying problem. I am rendering the messages on the fly by bringing in a layout and then inflate. This part works fine. The problem is ...
0
votes
1answer
24 views

Android adding textview programatically

I am trying to add textview in a layout programatically the textview is added on layout but it's not visible. I have created a method setSelectedContactTextView() which is called from onResume() the ...
0
votes
1answer
10 views

how to limit input locale to en-US

I have an android unit converter app, I am adding more languages to it as it was originally in English only. I designed my own soft keyboard for use in the app and disabled the default soft keyboard. ...
0
votes
1answer
22 views

How to implement Gmail sso — Android

I am new to this topic. i want to login my applications in various social networks(facebook, twitter & google). It will possible by doing single sign on(SSO). I implemented twitter and facebook, ...
0
votes
3answers
22 views

Tabs on action collapse because the title takes too much room. What can I do?

Because of my long app name (and other factors) the 4 tabs that I have are now collapsed. This happens on devices using large-layout. In portrait mode, it looks like the picture above. However, in ...
0
votes
5answers
49 views

Center Text below an imageview

How would I put a textview below an imageview so that the text is centered? If I use the relative layout, the only way is android:layoutBelow but you can't align to the center of the imageview as you ...
0
votes
0answers
4 views

addView with wrong position

I am a new Apps programmer, and I have some problem about addView and Gravity. I have tried a lot of ways. Actually, I solved the problem. But it is odd. I wonder why I need to type some useless code. ...
0
votes
1answer
29 views

need help for the android screen orientation state

i wanna ask, how can i handle orientation changes in my android application. i made lot layouts available on portrait and landscape mode. the problem is when i run tha application on landscape mode , ...
-2
votes
0answers
18 views

Custom Spinner button [closed]

I have this layout: <LinearLayout android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="40dp" ...
0
votes
2answers
45 views

ANDROID - How to save the contents contained in a view and recreate it when the app restarts [closed]

Okay. I have an xml layout where it would contain programatically created linearlayout with text views and image within it. The contents are generated by the user from another activity. So, I want the ...
1
vote
3answers
36 views

Resize text on tablets

With the use of weight my layouts are really perfect on every screen size and density. Every view is perfectly scaled. Unfortunately there is still a big problem with characters size: no matter if I ...
-1
votes
4answers
68 views

findViewById() returns Null, Why?

I have a textView which is searched by findViewById and that keeps returning Null. I have a setContentView on the onCreate of the class that points to a layout other than the one containing my ...
0
votes
2answers
39 views

Android Orientation and screen size issue

I want to know if the device screen width is larger than height like HTC chacha that its screen's width is 480 and the height is 320 https://dl.dropboxusercontent.com/u/28017322/BimgHTC%20ChaCha.jpg ...
0
votes
1answer
14 views

TableLayout with layout_width=matchparent not matching parent

I have a tableLayout with two columns and two rows, both rows and the last column have match_parent for width but the layout isn't filling the parent width, it comports itself like it had ...
0
votes
1answer
23 views

Error retrieving translation

May be this question is duplicate but I dont found any solution from old questions. I want to translate language and I used google-api-translate-java-0.97.jar. I used below code I got error like: ...
0
votes
2answers
38 views

How to tag Button to ViewHolder created in custom adapter

i am using custom adapter with each row having number of buttons created using, @Override public View getView(int position, View convertView, ViewGroup parent) { LayoutInflater inflater = ...
-2
votes
1answer
26 views

Saving all the contents of a LinearLayout as a PDF File [closed]

I'm creating an application that perform receipts, so the user can scroll the receipt on the Android device. I want now to add a Send button that allows the user to send this mail in a PDF format via ...
0
votes
1answer
17 views

How to implement Facebook check-in-like view in Android?

I want to implement a view that behaves like the one in the Facebook app when you want to check in. In it's initial state it looks like this: http://i.imgur.com/878g4DE.png The top most view is the ...
-1
votes
0answers
24 views

Table Layout mapping out of the screen

I am trying to make a table layout where some rows have two columns and others have three columns. But the problem is that half of the second column is going out of the screen. My rows are like ...
0
votes
1answer
20 views

Customizing Android ScrollView's Vertical Scrollbar

I need to customize ScrollView so it will look like in the picture: I already successfully customized the Thumb and the Track, but I don't know how to add Arrows like in the picture I provided. Here ...
1
vote
0answers
32 views

Android resource resolution algorithm

I am quite familiar with the android docs on how to provide resources. Yet I have some questions that I didn't find answered. My resource folders use selectors on "Screen pixel density" ...
0
votes
0answers
21 views

a program about android fragment Landscape

i refer to example of fragments,I just want to landscape to realize functions.I have modified the program.but it is go wrong, I don't know where the problem.i write a shakespeare.class to contian the ...
0
votes
1answer
20 views

Imageview scaling keeping height fix and width variable

I want to make height of a imageview constant and based on aspect ratio width should vary. But I can see if I give width as wrap_content then height is less than fixed height because keeping aspect ...
0
votes
1answer
18 views

writing style format in android

I am in bit confusion to adding parent style to new style. But both are working. But i want to know which is correct way first one or second one? or is there any other way ? <style ...
0
votes
0answers
27 views

android onkeyDown not working

Hi i am trying to get call back of button pressed (.) and (delete)/(<==) in onkeydown in activity. I used the following methods @Override public boolean onKeyDown(int keyCode, KeyEvent ...
0
votes
2answers
20 views

difficulty understanding layout_alignWithParentIfMissing

I don't understand the meaning of layout_alignWithParentIfMissing for the TextView attribute. I read the following documentation: android:layout_alignWithParentIfMissing If set to true, the parent ...
0
votes
3answers
38 views

adding custom font in my app

while adding custom font in my app, it's crashing some time. But most of the time it get executed smoothly. i'm using following code. try { // Get the typeface ShravyaApp.appTypeFace = ...
0
votes
0answers
23 views

I'm trying to swith On and OFF flash light, this code is working fine but in some mobile the flash gets on & never get off

Well this code is working fine but in some mobile the flash gets on & never get off. am i missing some thing in this , or it's not in a proper structure !? As i said , it works perfectly for ...
-1
votes
1answer
33 views

Using addContentView to break my large layout file into mutiple smaller layout files?

I have one main layout file, which has grown excessively large and is getting quite hard to read. I currently just use setContentView(int layoutResID) to inflate the whole layout. I recently ...
1
vote
1answer
31 views

Android custom TextView that references another through xml

I am not quite sure this is possible but I want to reference a TextView from another TextView defined in XML.Hopefully the code illustrates what I am trying to do. If anyone could tell me if this is ...
0
votes
1answer
30 views

Tabs and V2 google map, Type mismatch: cannot convert from android.app.Fragment to android.support.v4.app.Fragment

I am trying to built and app with 4 tabs and one of the tabs is google maps V2. I keep getting this error: Type mismatch: cannot convert from android.app.Fragment to android.support.v4.app.Fragment I ...
2
votes
1answer
39 views

Centering RadioButton Views

The layout file <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/MyLL" ...

1 2 3 4 5 311