The android-gui tag has no wiki summary.
1
vote
2answers
95 views
Android : Image button or button Highlighted with Effect when Pressed
Here when i pressed on these left and right arrow button at that time I want to see these type of effects on button. These same thing happens in Iphone/IOS by default.
Can i make this type of effect?
...
2
votes
2answers
65 views
Android Hardware Acceleration - to use or not to use?
I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the time the user will spend in an endless ListView displaying lot's of images, ...
0
votes
1answer
88 views
How to disable behind view click event Framelayout
Here i have one view pager activity which has one imageview and 2 overlay bars. there overlay bars i made using android xml file layout itself.
Here my requirement is like that
1) single tap on ...
0
votes
1answer
42 views
Android custom gui-components?
Im searching for an android gui-library with more components i could use in my app.
Example:
A microcontroller sends the rpm of a motor (via bluetooth) to my smartphone.
And i want to use my ...
7
votes
4answers
199 views
Dealing with Android's texture size limit
I have a requirement to display somewhat big images on an Android app.
Right now I'm using an ImageView with a source Bitmap.
I understand openGL has a certain device-independent limitation as to
how ...
5
votes
1answer
322 views
Programmatically Created Android ProgressBar (Circle) Invisible On Xoom (Works Everywhere Else!)
The Problem
I'm having a weird issue that I can't figure out and need some other eyes to look at. I have dynamically created a ProgressBar view and it works on a variety of devices and AVDs except ...
3
votes
1answer
55 views
How to make the linearlayout in scrollview to fill the whole area
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
...
0
votes
1answer
124 views
Getting rid of the black screen
This question has probably been asked a lot many times.. Yes! I am facing the so called "black screen problem"..
My first activity is which the main activity, in which login is done, and this ...
0
votes
1answer
153 views
How can I implement graphic equalizer like Heart beats or Bar's for in android
I want to implement graphical Equalizer which changes according to song beats.
I don't want to Equalizer which set bass, volume ,beats.
I want to show graphics like Bars coming up and down or like ...
0
votes
0answers
103 views
Can't get selected ListView items to show colour
I'm trying to get a ListView to show selection via a background colour. Apparently the state_pressed does show itself briefly (as blue) when you click a list item, but afterwards things return to ...
0
votes
0answers
36 views
ListView becomes invissible after fliping back
Hi i have 2 views and i use a viewflipper to switch between the views.In one view which is the main view i have a list view and in 2nd view i have a table to show contents.But when i switch between ...
0
votes
1answer
80 views
Automatic scrolling of contents of a text view in scroll in a circular fashion Android
I'm building an application that takes data and appends the data in a textview. I want the text to be rotating in a vertical style(just as automatic horizontal scrolling ,but I need it to be in ...
0
votes
1answer
136 views
How to implement Music playing custom notification bar on screen
I am working on music app and i want to display notification on main screen that xyz music is playing (popup notifucation bar like spotify).
How can i show such popup Notification bar at the end of ...
0
votes
0answers
63 views
Dynamic fragment with horizontalscroll buttons
package com.example.test2;
import android.os.Bundle;
import android.app.Activity;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import ...
0
votes
0answers
94 views
SherlockActionBar Got Tabs going and Fragments, Now what?
Can anyone help me out with now changing the UI's dynamically of the fragments I have created. I have my tabs the way I want, I can display layout's below as I had in my activities before with ...
2
votes
1answer
66 views
Android - keeping a single element contained on screen
I'm doing an experiment to see if the layout scheme I want to use is possible. I want to have an XML layout that's scrollable. Within that scrollable layout, I want to have a single line going ...
0
votes
0answers
23 views
Menu Groups - do these actually work
I have a menu with a group which should only allow 1 item to be checked at a time. I have a callback for when an item is checked. I want the 2 following things:
1). Checking an unchecked item will ...
0
votes
0answers
87 views
Resize Androids Home Softbutton
I have got the 2.2 android with Home button on screen(soft button), Now I need to change the size of that button to make wider and taller. Also that is embedded device so I have no app store etc. So ...
2
votes
1answer
101 views
Styling a whole layout
I have a layout that I use for rows in a ListView. In some places, I need to show the layout in a 'light' style and in some places 'dark'. How can I accomplish this using Android styles, themes, etc?
...
0
votes
2answers
161 views
Android - error when using ViewFlipper
eveything looks to be fine, but I still get error when I try to change the view by pressing the button.
Here is code:
package com.example.testy;
import android.os.Bundle;
import ...
1
vote
0answers
123 views
Android Gallery View, Button in unfocused items goes to selected state
I have a gallery view in which i have plugged LinearLayouts by using Custom Adapter. This works fine. But when i scroll (swipe in gallery) between items in gallery, the button on unfocused item is in ...
4
votes
1answer
673 views
How do I make a tool bar (like a secondary action bar) in Android?
The gmail app has this tool bar that looks similar to an action bar (even including an overflow menu). It is a blue bar about 1/4 down the screen. See Image 1:
The bar I want is pointed out ...
3
votes
2answers
165 views
How do I align text inside the TextView?
I have a multiline TextView in Android. It sits inside a LinearLayout and is already centered horizontally. I want to also center the text inside the TextView.
Here's what I have now:
_ _ _ _ _ _| ...
3
votes
3answers
455 views
a bug with eclipse android's graphical layout editor?
I'm surely not the first one noticed the problem below:
when using the graphical layout to drug some views into the layout preview, then trying to make some changes directly on the xml file - the ...
2
votes
1answer
275 views
Android Levelable Semitransparent ImageButton with leveling transparency
I need to create a semi-transparent ImageButton but I haven't find a valid way to do this.
How to set a SemiTransparent look and feel with a settable transparency level?
Any suggestion?
0
votes
0answers
607 views
android frame layout with horizontal scroll bar and ovelapped images
i want to create a Frame layout to place a number of images from database, which need to be a horizontal scrollable list. Image Views are creating dynamically based on database value. Images must be ...
6
votes
1answer
206 views
Practising android design metrics?
Reading the design guidelines. I came across a little issue while trying to practice the metrics:
As secified above, we should add a 4dp margin to the top and bottom of button elements and text ...
0
votes
1answer
341 views
Using two different layouts for a GUI
I am trying to design a GUI for two Android tablets. Both runs on Android 2.2. One is Samsung Galaxy Tab GT-P1000 and another one is China tablet. This China tablet is too big when compared with ...
0
votes
1answer
993 views
how to apply photo effect in Bitmap image in android
Please help me to perform the image effect on bitmap image data.
I search following code to apply photo effect. but i don't know about what exactly value should be pass for effect.
The code is ..
...
-3
votes
1answer
1k views
Do you use Photoshop to make your gui for android [closed]
I've been looking all over the internet trying to find the answer but couldn't find anything. So I'm sorry if it's already answered, but I would like to know if you all you Photoshop to make your ...
0
votes
1answer
186 views
Android custom input component with graphical representation?
I am looking all over the net to find out a code to make a custom input component that I need but didn't stumble upon anything similar. Here's how I'd like it to work:
the purpose is to input the ...
0
votes
2answers
2k views
Disable home button in android
I add this code in my activity
public boolean onKeyDown(int keyCode, KeyEvent event) {
if (keyCode == KeyEvent.KEYCODE_HOME) {
return false;
}
return ...
0
votes
0answers
245 views
Rotation animation in xml doesn't rotate on the middle
This is my animation in xml, I tried with android:pivotX="50%" but still I do not get what I want. The point of rotation is wrong. I want the green line to rotate around the middle of the screen.
...
1
vote
2answers
662 views
LinearLayout does not fill the scrollview
<ScrollView android:layout_width="fill_parent" android:id="@+id/scrollView1"
android:layout_height="fill_parent">
<LinearLayout android:id="@+id/linearLayout1"
...
1
vote
1answer
89 views
onTouchListener doesn't get called when dragging
I have red and green LinearLayouts, and I set ontouch listeners to them.
When I touch the green one its turns to white (no problem so far)
When I touch the red one it is also turning to white (no ...
0
votes
1answer
113 views
Matrix of linear layout and manipulation in code
Let say that I have an layout in res/values named layout1.xml.
In this layout I have only one linear layout (the black one on the picture)
The thing I want to do is to add an array of linear layouts ...
0
votes
1answer
181 views
Create a redistributable gui component for android
I have created for my application, some custom GUI component and used them.
Now i want to make them redistributable. I know that add the sources to another project and use them in that way, but i'd ...
0
votes
2answers
206 views
Android ListView GUI difficulties
http://i.stack.imgur.com/4Irb3.png
click above link for screen shot.
Ok so i'm having some problems editing my xml layout to get this list looking good. Basically i want each row of info to fill the ...
2
votes
1answer
244 views
Add a caption to a WheelView
I'm using the WheelView( http://code.google.com/p/android-wheel/ ) to let users input a number of a certain unit (e.g. kg). I'd like to display the unit of the current value next to it like it is ...
0
votes
2answers
263 views
is the screen from this device belongs to ldpi (or mdpi or hdpi) density?
I want to write a function like this
public boolean isThisScreenWithHdpiDensity(){
return true/false;
}
but I do not know how to calculate this at run time programmatic-ally
3
votes
3answers
1k views
Limit the size of the textview horizontally
I have this text view
<TextView android:id="@+id/name"
android:singleLine="true"
android:layout_height="wrap_content"
android:textColor="#ffffff"
...
0
votes
1answer
306 views
Replace Fragments
I have the following XML for my Activity
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/home_root"
...
1
vote
0answers
158 views
Should I show a progressbar or a drawable for each item of a listview?
There is a listview in my app, where I show a drawable for each item; since I retrieve those drawables from the internet it takes some times to load them, so I'm supposed to show the user a little ...
0
votes
1answer
140 views
What does it means when the listener is null
I have read some code that people use something like this
view.setOnLongClickListener(null);
What does it means and for what can be useful ? why someone uses this ?
is that the same as this
...
3
votes
5answers
3k views
confusion about drawable-hdpi,drawable-mdpi,drawable-ldpi and drawable
I am on one really big project that was started sins the time of android 1.5.
This project evolved as android was evolving and at this point supports 2.3 and above.
Now I got this problem I have a ...
0
votes
2answers
1k views
Android:Draw Arc with gradiant fill color
I want to draw arc on canvas with gradient fill how can achieve this?
1
vote
2answers
297 views
set the size of textbox with wrapcontent
This is the part from my layout
<LinearLayout android:orientation="vertical"
android:layout_height="wrap_content" android:layout_below="@id/checkBox_block_all"
...
0
votes
1answer
96 views
Android ShapeDrawable Translate Transform
I have a class that extends View, in which I place an instance of a ShapeDrawable, using shapeDrawable.draw(canvas) in the onDraw() method.
I would like to create a translate animation that would ...
-2
votes
2answers
652 views
Android build Layout for all device
it is possible to build layout (ex: menu)
that will use coordinates system pt
I need to build menu for game and I need to set all fields on same positions on every screen size
if screen will be big ...
2
votes
4answers
151 views
How to prevent the soft keyboard from displaying, or at least evict it once it does?
My app has an EditText that, when I click in it to enter text in the Emulator, brings up a soft keyboard. I don't want this confounded thing to begin with, but then, like the visiting loud-mouthed ...

