1
vote
3answers
40 views

Android - How to position 4 text views?

UPDATE: I've opened a new thread with my updated question here: Android - How to display 4 text views with Icons? Thank you for your answers, I'd really appreciate it if you could help me with my ...
0
votes
1answer
57 views

how to make label and button layout correctly in xcode? [closed]

I have placed sereval buttons and labels on a viewcontroller of a storyboard with xcode 4.5,but when it runs in simulator,there is a big space between my label and button.It is different from the view ...
0
votes
2answers
34 views

Holo theme make my button bigger

I have a little concern when applying the holo theme on devices with api >= version 11 My custom buttons get bigger (in height, the width seems to be the same) This is without holo them this is ...
0
votes
2answers
53 views

Add Button to XML Layout programatically

This problem has been asked many times here, but none of the solutions work for me, because my XML layout is a bit different. I have an XML with LinearLayout containing an ImageView and a TextView. ...
0
votes
1answer
44 views

Android Relative Layout: Button Layout params conflict

I'm trying to make my first Android Calculator, the first code I wrote resulted in a calculator of small buttons, which don't re-size according to the screen size. I searched the internet and found ...
0
votes
0answers
18 views

Back Button Undefined Web View

As part of an app I am creating, I am trying to make little push buttons go to web pages. I've been using webview for such, but an having some trouble configuring the back button My Current Code so ...
0
votes
4answers
67 views

How do I make a button fill the screen (in width) using relative layout?

I am new to android development and I want to make my button cover the WHOLE width of the page with no space on either side. I have researched this and using android weight doesn't work. Here is the ...
1
vote
3answers
53 views

Left Button doesnt Appear [XML Layout]

I might be doing something wrong in this layout, I already spent an hour try to find the bug, and I cant find it.. The first button which text is "-", doesn't appear.. Here is the layout in xml: ...
0
votes
1answer
20 views

Add buttons above scroll (I guess you can't teach an old dog new tricks! )

ON SUNDAY I ACTUALLY SIDE-LOADED MY FIRST APP!!! Simple, unfinished, couple bugs, but it works. My opening screen (XML: "event_list.xml") is a scroll list - select one get detail screen. XML looks ...
1
vote
4answers
85 views

Nested weights Android layout

What i want to achive is to have a TextView, that takes about 70% of the screen, and the rest of the 30 % is divided EQUALY between 2 buttons set side by side (horizontally). The only way I achieved ...
1
vote
1answer
73 views

How to make android buttons switch different XML layouts?

I just started some android programming recently and I am creating a small project app. I have a few different XML Layout files and want my button to go to that layout. However, when I press the ...
1
vote
1answer
93 views

Android: Set alpha on button on click. Preferably xml only

I want to introduce a 'down' style on some buttons. I've created a style, and a state list. <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item ...
0
votes
2answers
68 views

Android Button Alignment using Table Layout

I was trying three buttons to keep aligned using Table Row, But the middle one remains in air, any idea what am i missing ? <TableLayout android:layout_width="fill_parent" ...
-1
votes
1answer
27 views

PHP_HTML layout the result of a query

I want to create a product page, I would like the products of my page to be represented this way: http://www.mvphiphop.com/Brand-Shoes-c92/ or something similar but something really simple with no css ...
-3
votes
1answer
59 views

Changing image/button location (relatively) in Android [closed]

I have a toggleButton I want to change its location (in runtime, not in layout XML) according to user preference. I looked and all I found was AbsoluteLayout which is not what I want (I need relative ...
0
votes
2answers
93 views

Execute Javascriptcode in OnClick event of a Button

I have a webview and a Button (out of webview) in my layout. I want to know if there is any way to execute javascript code when i click in the button (using its OnClick event for example) EDIT: I ...
0
votes
1answer
40 views

Android: Multicolor Button or nesting Views/Buttons

I want to design a button which looks like: Picture on dropbox (Sorry, can't yet post images...) Has anybody an idea how to layout? Use Buttons or TextViews? Is there an option to group 2 ...
0
votes
2answers
138 views

Android Xml button layout

I have a problem while placing the buttons in my xml file. Now what I want is that the "ok" button at the bottom should come below the mileage edit text that is at the second last strip. I am using ...
1
vote
1answer
256 views

Sencha Touch: how to implement a left menu with layout right

I'm new using Sencha Touch 2, and I've started developing a Tablet App. I'm using Sencha Architect for design and write the code, and my app has a card layout with "left-side" and "right-side". On the ...
1
vote
5answers
64 views

Change from Layout 1 to Layout 2 on Android with button

I have two layouts that I want to change between each other when clicking a button. They are full screen views like this: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
64 views

Can't reposition One textfiled in Java AWT

I am trying to make a login form using Java AWT. And i made it. But when i click button, all filed except "Pin" displayed in correct places. "Pin" was displayed in the same dimension as of "Name". I ...
0
votes
0answers
37 views

customAdapter with hashmap

Hi everyone I am Creaiting custom adapter wich is same like SimpleAdapter but I want use custom layout whit active button then i press button it must change textview textView but then i use it with ...
0
votes
2answers
55 views

Create a button from an Android Activity and position it properly

The app I'm working on requires me to display buttons according to a config file the user specifies. Because of this, I'm not able to use the layout.xml to specify where a button should be placed, and ...
0
votes
0answers
176 views

C# Bring Button To Front

I am new to programming so please forgive me if this question is a bit simple. I am using a flipview, that has a grid inside, which contains an image and a webview.The items inside are stacked ...
0
votes
1answer
52 views

Buttons are covering Scrollview

check out this code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
0
votes
3answers
315 views

Android Listview with active buttons which change text in the row

Hi I need help with active buttons in listview row. Idea is then i pressed button in the row it change textview. This list row must be avtivated in setOnItemLongClickListener(); Can anyone show me ...
2
votes
2answers
66 views

Android Button Listerners

I am fairly new to this Android application thing and have a couple questions involving onclick listeners. Right now I have a table inside a ScrollView with one column that includes several buttons. ...
-2
votes
1answer
46 views

Changing Button Image When the Answer is right [closed]

I have 2 class and 2 layouts for Q&A - word generated game. level1.xml and Level1.java ; questions.xml and Questions.java... Here's the thing. The layout for level1 is consisting of buttons. When ...
1
vote
2answers
137 views

Android: Positioning buttons when turned from portrait to landscape

I have a menu-activity, in which I have several positioned buttons. It fits my phone screen perfectly when in portrait mode, but in landscape mode it's destroyed. I know that when I have fixed ...
2
votes
1answer
170 views

android button with rainbow gradient

I would like to make a button that is fill with more than 3 colors, say 7 color rainbow, starting from left = red to right = purple. But I find that the following code could only meet for 3 colors. ...
0
votes
1answer
345 views

android set button height

i am having trouble in setting the button height, while the emulator is showing desirably (button being narrow), running on the phone device S2 (button become squares). How could I set properly such ...
0
votes
1answer
64 views

code button inflater

I have this main activity public class MainActivity extends FragmentActivity { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager; @Override protected void onCreate(Bundle ...
-8
votes
3answers
57 views

Designing customized buttons [closed]

How can I design buttons like this three on this screenshot: http://s14.directupload.net/images/130128/ligidurt.png They are like a switch, but I didn't get it work.
0
votes
2answers
60 views

How to set android:width to 0dp in code?

I'm trying to add a button dynamically through code. But i'm stuck that how to set android:layout_width of button to 0dp through code.
5
votes
4answers
127 views

imagebutton set image size

So imagine you have several Buttons on your layouts. The project is almost finished and there's a lot of dynamic stuff (programmatically setting images, listeners, statedrawables, etc. etc.). Now, ...
0
votes
1answer
51 views

accessing the buttons of a specific layout

i've got an answer:accessing buttons of every layout about how to display all the buttons of a specific layout but i don't understand the code here is how i try to make it run the rest of the project ...
0
votes
1answer
100 views

accessing buttons of every layout

what i need is to access the buttons of the clicked item(layout); this code works but just display all buttons,TextView,...of all layouts not the clicked one. if you want to run this code you can add ...
0
votes
1answer
17 views

Making Button from another layout clickable

Am relatively new to android, and this is the issue am having, i have a main layout which i would call layout A and another which i will call B for the purpose of this question, i included layout B in ...
0
votes
1answer
68 views

Which grid-like layout in Android for Remote Control interface?

I want to draw a TV remote interface on an Android Activity screen. But I don't succeed in getting the buttons to the right places. Because I'm using a grid internally to init the buttons ...
-1
votes
3answers
77 views

Application force closes when button is pressed

I've just began on a new application and I added a button which in the past I've had no problem with but for some reason Its not working now. I'm just simply trying to teacher that button to another ...
2
votes
3answers
227 views

How to make ToggleButton and ImageButton to be the same height in RealtiveLayout?

I have a RelativeLayout with one ImageButton, one ToggleButton and some other controls. Both buttons aligned on the right of the RelativeLayout. I want them to have the same height. Here is my layout ...
1
vote
1answer
91 views

How to set up a layout for EditText and Button aligned by the topline?

I'm trying to create a kind of "Buttoned Edit" control, when EditText and Button controls are placed in the same line. I used a simple LinearLayout: <LinearLayout ...
0
votes
0answers
85 views

Multiple Button Layout - Android

I have been trying to have my ImageButtons take up the entire screen, regardless of screen size. There are 12 buttons (and a 13th button which overlaps another button). I am trying to make 4 rows of ...
0
votes
4answers
77 views

Button Position Issue

ok so this is my code and the problem is that I have a buttons and a submit but for some unknown reason the text in the submit button is misplaced here is the code <input type="button" ...
0
votes
1answer
182 views

How to modify layout for ADF advance search?

I have an ADF page that have advance search function.Advance search have colapse panel on top of it that give the ability to user to colapse or expand the search function and have button for "reset" ...
0
votes
2answers
80 views

Buttons spacing

I'm trying to set the margin of the buttons to 0, (so no spacing between the buttons). Basically, I want my buttons to look something like that(with the following style and colors): Any idea how ...
1
vote
3answers
95 views

Beginner android developer - having difficulty with layouts

I have a button that's below a ScrollView, the button is set to align to the parents bottom. The scroll view is set to wrap_content for its height. Once the ScrollView is filled with content it ...
0
votes
2answers
58 views

onclick listener of a button that isnt shown yet

I'm having some troubles making a pretty simple thing work. Here is whats going on: I have an activity that shows layout 1. Layout 1 has a button to move to layout 2. And layout 2 moves back to 1. ...
1
vote
1answer
99 views

Android : Switch (ToggleButton) and threads

In my app targeted for Android 4.0.3, I used to have a Button working as a Switch. Clicking on the button was making its resource change (switch between Play/Pause) and some tasks were performing in ...
0
votes
2answers
70 views

Why my menu is not aligning?

I'm trying to create in HTML/CSS the following menu inside of a sidebar: Every button has its own corresponding pressed/non-pressed image, and when hovered its opacity moves from 0.8 to 1.0 via ...

1 2 3 4 5