An Android layout defines everything the user can see and touch.
0
votes
0answers
5 views
Android - Implement Views programmatically
I want to implement an imageview and a textview side by side. I achieved this by using XML. However i wanted to achieve this programmatically but had no luck so far. My XML and Java code are below. ...
1
vote
1answer
28 views
Android - need to draw a line with a cross in the middle
I have a view that has a seekbar and below the seek bar I want to display the minimum and maximum values with a line between them that has a small cross at the middle point. I have this in an XML ...
0
votes
1answer
11 views
Display Pincode Keyboard in Android
How can I make a TextView or EditText display the Android PIN Code Keyboard. Right now, the closest I can get to that is the phone or number keyboard displayed here: ...
0
votes
1answer
19 views
how can I arrange my textViews with reference to screen size?
I have 15 textView elements and I want to align as one under the other. But when the screen size narrow, some textViews disappear. How can I arrange this? (I've been using RelativeLayout. If there is ...
1
vote
1answer
29 views
Change holo spinner text colour
I have a spinner in a Holo theme dialog and am trying to change the text colour because it is very hard to read:
I have looked at android styles.xml, as well as many other answers, and believe that ...
0
votes
2answers
22 views
TextView inside EditText aling
Some days ago i was searching for an edittext implementation with a "label" inside for username input.
I found the following xml code from Stackoverflow.
<FrameLayout
...
-1
votes
1answer
30 views
Unable to fetch the Data from Database in Android
Some Problem while fetching data from Database.Please look at the Code.
I have other code too but cut paste the code to make it easy to view and find error. Here is my code now:
(1st Activity with ...
-5
votes
1answer
29 views
How to construct a button on runtime (Android) [closed]
There's nothing on this particular feature of Android in the documentation (for example here:
http://developer.android.com/reference/android/widget/Button.html#Button(android.content.Context)
How do ...
0
votes
2answers
28 views
Android Linear Layout (3 buttons) cannot centre of the screen
I want to make the three button should be align centre of the '+id/imageRecorder'. But the 3 buttons are start from the edge of the screen now, hopes for help
And here is the xml code, how to make ...
3
votes
2answers
27 views
Android themes trouble implementing the simplest: custom per theme color
I'm a beginner in Android development and, although coding makes perfect sence, android themes IMHO don't
I have trouble implementing this simple task:
I have (for example) a color named "blah"
...
1
vote
2answers
43 views
How to build my menu for android devices
I'm working on my game menu for android and I'm stuck to apply my layout for all devices screen size.
Do I have to size my layout in dp or with weight ?
I'am aware of doing many layout in ...
1
vote
1answer
33 views
What is the view that android show contact name in it, when you recive sms?
I'm working on an android sms app and now I'm going to create a dialog like android sms dialog. In android if you recive a message and you open it, android shows all your sms conversation with this ...
0
votes
1answer
15 views
Building a simple Group Chat View in Android
I'm building a very simple online chat room App. What I have achieved is something like below right now:
Robert:blah..
Tom: yes blah..
David(You): That sounds cool!
Lily: Do you know blah...
...
1
vote
2answers
28 views
Android dividing a little part of screen vertically
I have two images next to each other.
Sure I am using "dp" as size, in some screens images become little and in some screens not. It's what dp does.
I don't know what I must set their sizes. 50dp, ...
0
votes
0answers
7 views
Samsung GS3 Specific Error s3dReadConfigFile. Works on any other Android device.
So I have a MainActivity that goes like this.
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
this.setContentView(R.layout.splash_layout);
...
-4
votes
0answers
22 views
Example for android ebook [closed]
I intent to code an Android application to read a book. Can you gives me some code example about reading book on android.
Thank you very much!
0
votes
4answers
43 views
Back Button closes the Application in Android
I have an Application.Suppose there are three Activities A,B,C.
A->B(Sub-Activity)->C(Sub-Activity).
I have set up these kind code to switch to next activity.
setContentView(R.layout.B);
And ...
0
votes
1answer
24 views
ActionBarSherlock with custom titlebar - weight distribution no working
I'm trying to implement a custom title bar with ActionBarSherlock. The title bar should have two buttons in its left and right edges, and a textview in the center. The textview should occupy the space ...
0
votes
1answer
13 views
Scroll view with Button, ImageView and viedoView
I try to make scroll view with button, imageview and viedoview.
I create dynamically from my code.
When i put button with video, i can see the both of them. The same with button and imageView.
My ...
0
votes
2answers
14 views
Android: Line-limited textview with “…” to show that there is more content
I am displaying a long (random) text in a TextView. I want to show 3 lines in this TextView and show dots (...) if there is more content. I know I can limit the lines of a TextView with minLines and ...
-2
votes
1answer
29 views
save a variable storing a textbox - android programming? [closed]
In one application I have one textbox and one botton. When I click the button I want to save the the text that is inserted in the textbox. And use that value for any occasion.
Thanks
-1
votes
2answers
48 views
Fetching Data from Database Issue in Android
I have three layout:
Main Layout(with a button "Profile")
Profile layout(With textview to show data from database and two button named as "Edit" and "Back to Main")
Edit layout(With textview and ...
0
votes
1answer
21 views
TextView taking/consuming too much space above and below the text
As you can see guyz, the text view encircled has too much space above and below its text. It is inside the text view (not above and below of it). I neither used margins nor paddings but it is ...
2
votes
4answers
37 views
3 layouts - middle is flexible
I need the following thing:
3 layouts:
Header
Content
Footer
Header must be on the top footer must be sticked to the bottom (android:layout_alignParentBottom="true").
But how to make middle to ...
0
votes
1answer
23 views
Custom compound control - unbound prefix, failed to instantiate
I'm trying to make a compound control, and set custom attributes for it.
The class for the control:
package hu.ppke.itk.kozcs.android.activities;
import hu.ppke.itk.kozcs.android.project.R;
import ...
2
votes
1answer
27 views
Is there somewhere I can get the typical XML styles from the Android design guides?
This is driving me insane at times, why don't they just provide XML snippets of what they are showing?
Example:
http://developer.android.com/design/building-blocks/lists.html
It'd be nice to just ...
1
vote
1answer
19 views
Setting content view hierarchy
I'm developing an app that implements a simple compass.
I'm creating and manipulating the compass itself in a class (Rose.java) that extends ImageView.
On my main activity I want to add the rose ...
0
votes
0answers
25 views
Android listview scrollbar separate rollover
How to separate scroll listview normal with scroll bar on the side.
I would separate the two events, because I want to show the index of the OVERLAY, only when the user presses the scroll bar and not ...
1
vote
1answer
33 views
ListView items don't load on screen
The use case is the following:
I want to load a ListView inside a ViewPager and at the same time set a OnItemClickListener on the list.
Can someone tell why is that the ListView doesn't load, i.e. ...
0
votes
0answers
15 views
setError() doesnt work on EditText from merged layout using <include layout=“@layout/address_from_merge” />
I m creating signup activity, & in its layout i m "merging address_from_merge"-layout, but at run time setError() doesnt get work on any EditText from merged layout,i.e. doesn't get validated ...
-1
votes
0answers
23 views
How to make my listview looks like the Google now or keep , the card style looks fantasy [closed]
Is there has any demo to learn ? I want to use in my personal product.
0
votes
0answers
18 views
How to Roll a Layout with scroll view like wheel
Hi friends i am facing problem that is i want a wheel type or network structure layout.i am creating that layout and using some rotate animation and achieved it.my problem is i want user to touch and ...
0
votes
1answer
19 views
How to scroll table layout in horizontal and vertical in android
I am totally confused in table layout scroll. I have to implement table with horizontal and vertical scrolling. I have also saw table fix header example but tablefixheader sample have used adapter to ...
0
votes
0answers
23 views
Dynamic square in GridView Layout
I want to display some items in a GridView. My app is for tablets and smartphones and I want to display only 1 column on a smartphone but 4 on a tablet. That's no problem but my item should be a ...
0
votes
2answers
27 views
How do I remove extra space above and below the imageview?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/light_grey"
...
0
votes
0answers
15 views
Android Web view doe not Display loaded Html content on some phone specifically htc one x
I'm loading Html Content with CSS in the web-view. Everything works fine on all the phones but the problem is with the HTC one x (android version 4.1.1 ). Nothing gets displayed in the web view for ...
0
votes
0answers
21 views
Android App not visible in playstore on Samsung Galaxy Tab 2 p3100
I have recently published android app (sdk version 4.2) in playstore. It is not visible in playstore on Samsung Galaxy Tab 2 p3100. Here is my Manifest.xml
<?xml version="1.0" ...
0
votes
0answers
19 views
DialogFragment not rendering style correctly
I am attempting to style a DialogFragment and, despite extensive research within SO, developer.android and elsewhere, it's just not working right.
I am sure that I have applied everything correctly; ...
0
votes
2answers
25 views
make a textview width proportional to imageview above
my layout is very simple. i use a vertical relative layout which contains an imageview on top of 2 textviews (heading and text). In portrait it looks fine. However in landscape it happens, that the ...
0
votes
1answer
27 views
Place view on top and between two views
Trying to figure out to overcome this little problem.
Below, on the left side, is a sample of the view that I'm trying to implement for an app. On the right side is the view that I'm ending up with.
...
0
votes
2answers
28 views
Android: draw a line of a certain length
I have a relative layout with multiple textViews next to each other. I used android:toLeftOf for positioning these textViews. So let's say I have 5 textViews in one line, what I want now is to draw a ...
0
votes
0answers
27 views
How to change grid size in gridview dynamically android?
My problem lies with that the Image in the gridview is say 200x500, but each grid area is 500x500 (These are examples not accurate). I have a 2x4 grid that is static and doesn't change. I can change ...
1
vote
2answers
49 views
LinearLayout not rendering
I want to create a login screen. I want to have the heading at the top, leave some white space and then have the user name and passwords each in one line. Then, I want to leave some more white space ...
0
votes
0answers
11 views
Make android popUpWindow like popOverView
How can I make a popUpWindow in android that behaves like a popOverView in iOS?
That is, when I launch it from my menu bar say at the bottom of my app it points which menu item launched it.
Thanks!
-1
votes
1answer
25 views
Android Studio and Drag and Drop layout [closed]
I am using the new Android Studio and I am wondering if there is any drag and drop functionality to create a layout like in Visual Studio with C#?
Thanks
0
votes
0answers
18 views
cwac-thumbnail edits base layout
In my project i use the cwac-thumbnail (Mark Murphy's ThumbnailAdapter)
It works very well, but now I need to edit the background and some other resource from the layout of the view.
I can only edit ...
0
votes
0answers
14 views
How to apply default holo light theme to expandablelistview
Please refer to the linked image.
I applied the light theme by using appTheme for my application with
<resources>
<style name="AppTheme" parent="android:Theme.Light" />
...
0
votes
0answers
15 views
how to set surface view full screen while playing video in landscape mode?
1.here i am playing a video using surface view.
2.in landscape view i need to show video in full screen mode but it is showing normal.
@Override
public void onConfigurationChanged(Configuration ...
4
votes
0answers
13 views
How to allow softkeaybord cover only defined views?
My layout has the following structure:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
...
0
votes
0answers
13 views
Get Top Dialog/Window Type From Service
I am trying to develop a sample application for checking the user activities within my android phone. For that I decided to create and start a service which can log events.
I would like to know is ...





