Tagged Questions
0
votes
1answer
44 views
Action bar Action Item location
I'm currently creating an app where it would be useful for the user to have all the options in the actionbar.
This is the current situation:
As you can see, Item1 and Item2 are on the right but ...
0
votes
2answers
35 views
alignTop and alignBottom get trampled by android:src
Setting android:src breaks alignTop/alignBottom, so the ImageView grows to the size of the src. Is there a way to enforce alignment again after setting the src?
<RelativeLayout>
...
0
votes
1answer
28 views
align a table in different layouts?
I´m using 2 tables side by side in a LinearLayout and they´re both filling 50% of the screens width. Below that LinearLayout, there is a RelativeLayout with another table in it.
Something like this:
...
0
votes
4answers
53 views
Android: how to align views vertically and horizontally
I'm wondering how I can align the buttons as the following: Button1 and Button2-2 are supposed to align horizontally, Button2-1 and Button2-2 should align vertically.
[Button2-1]
...
0
votes
0answers
27 views
android relative layout alignment issue
I want to make the layout align center looks like this:
here's the currently layout xml code:
<View
android:id="@+id/lv2_clipper1"
android:background="#33b5e5"
...
0
votes
1answer
42 views
Align a label to text of first RadioButton
I have a TableLayout with 2 columns: label and input field (Spinner, EditText, RadioGroup). I want to align the label for the RadioGroup to be exactly in vertical alignment with the text of the first ...
0
votes
3answers
39 views
Android: Align views vertically left
I'm trying to align some text views vertically left but it doesn't work properly, could anyone else point me out what's wrong with my code below?
<RelativeLayout
android:id="@+id/footer"
...
0
votes
2answers
32 views
Android manage relative layout alignment
I designed one layout with 3 button, I want to manage separator's alignment. here my xml layout ,
<RelativeLayout
android:id="@+id/menuLayout1"
...
0
votes
4answers
39 views
Alignment of Buttons with AdView
I have a Layout for Android app with few buttons in it. I am trying to set an Ad at the bottom of the page. Please refer to my layout below:
<?xml version="1.0" encoding="utf-8"?>
...
1
vote
3answers
75 views
Android align set of buttons programatically in layout
the thing which I want to achieve in my application is to create dynamically a set of buttons with different text size and after that align these view inside a linear layout. Here is a sample of what ...
1
vote
3answers
121 views
Align two imageView with textView XML in android
I have a problem with my xml for android.
I have this layout to use it in each line of a Listview (that works fine).
I want to put two lines (head and body) of text, and align Right of the first line ...
0
votes
0answers
31 views
use center of view for alignment
I'd like to use the center of a View to align it in another View, let's say, a TextView in a RelativeLayout.
I don't want to have it centered inside the RelativeLayout but rather offset from the ...
0
votes
1answer
54 views
Align View dynamically View?
I want to do something like XML attr when dynamically adding a view:
android:layout_alignRight="@+id/myView1">
my activity code:
button1.setOnClickListener(new View.OnClickListener(){
...
-1
votes
1answer
82 views
Align and Clickable Linear layout Programmatically?
currently my code display linearlayout
but i want to display it this way
here i attach my code please try to help
public class MainActivity extends Activity
{
LinearLayout MainLinearObj;
...
0
votes
1answer
37 views
Android - CSS vertical centering doesn't work
The following container should be vertically centered...:
<div style="
position:fixed;
top:0;
bottom:0;
margin:auto;
background-color:red;
width: 50px;
height:50px;
z-index:555;
...
0
votes
4answers
46 views
android: align a button to the rightmost in XML
I want to align a button to the rightmost part of the screen, but I am not able to do that.
I am not able to use the alignParentRight field here. Here is the code:
<LinearLayout
...
0
votes
1answer
107 views
Align Android TextViews with different line numbers
i'm trying to align n textviews in which there can be a different number of lines centered vertically and horizontally, and the textviews with more lines "fall" down, even if they have fixed size and ...
0
votes
2answers
63 views
Centered ImageView inside a Toast in Android
I'm making a simple Webview application for Android. When there's no connection I'm showing a custom toast message which will cover all the screen, but inside the toast I want to show an image with ...
0
votes
4answers
88 views
Alignment in android Linear Layout
I am using linear layout with 2 textviews, 4 buttons, 1 seekbar,1 image view. If I am place those textviews,buttons, etc. in a linear layout the alignment is fine in android phone. While I am running ...
0
votes
4answers
70 views
How to Align the Text Properly in TextView?
I have a Textview in which i need to show large information in proper format.How can i achieve it?
I want to display like this:
Title : Some Title.
Date : Date
More Info about the ...
0
votes
1answer
44 views
Relativelayout circual dependancy
I'm trying to create my android app for a lot of different devices so I'm trying to avoid using fixed heights and width and instead using the property WRAP_CONTENT.
Now I need to create a textview on ...
0
votes
1answer
239 views
Align TextView, Button, EditText
How can i align my TextView and Button to left and EditText and Button to right? Here is the form that contains unaligned items.
My xml file is:
<LinearLayout ...
0
votes
3answers
134 views
Off-center alignment of text inside a TextView
I have a layout/alignment problem with a TextView which I haven't yet been able to find a solution for, that is, I want to align text off-center inside a TextView horizontally.
To give a little more ...
0
votes
0answers
81 views
Align items of the listview with items from other layout
I have this layout with a table layout and four items inside:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
...
0
votes
3answers
125 views
RelativeLayout set view to the right of a centered view
I try to set a view to the right of a first view and bottom align them inside a RelativeLayout.
The following code looks to me like it should work.
<RelativeLayout ...
2
votes
1answer
235 views
Textview alignment issue when changing font/text size
I have looked through quite a few answers and questions here on stackoverflow but have not found anything really helpful regarding my problem.
I have two textviews of equal size and equal properties ...
2
votes
3answers
224 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 ...
0
votes
1answer
68 views
Android: aling background of setPageMarginDrawable to fit into margin
I have a ViewPager with a graphic in between:
mPager.setPageMarginDrawable(R.drawable.margin);
I have set the image to repeat in y direction.
margin:
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
0answers
41 views
Showing map pin at the bottom center of the screen in android map view
How can keep user location in bottom center of the screen in android map view, while tracking users position should be always bottom center, Any Answer would be appreciated.
1
vote
1answer
78 views
Gravity Center not working for Sanskrit Font
I am required to use center-aligned Sanskrit fonts. I am able to display Sanskrit fonts using the following code, but the text is not centered on screen.
TextView tv = new TextView(this);
...
9
votes
3answers
992 views
Android Table Layout Alignment
I am using Table Layout to display data as shown below.
What i want to do ?
I want the Text in the second column to be aligned to the left and the text should wrap and be displayed in the next line ...
1
vote
1answer
253 views
Adjust gridview between two views within a layout in android
In my application, I have a layout which includes a LinearLayout--> Top, GridView--> Middle and a set of views which should be aligned to the bottom.
1. Layout when gridview is not having much ...
0
votes
1answer
313 views
Android Spinner Gravity Not working
I'm trying for days to align the text in a spinner to right, but every time I fail to do it,
I tried to set Gravity to right, or ellipsize to end but nothing works and all I have is this :
can you ...
0
votes
2answers
110 views
how to align buttons in table layout?
I have 2 columns with 10 buttons with a bit longer names and i dont know how to align them.. here is my code.. so please if anyone have an idea how to make it straight?
I have 2 columns with 10 ...
-2
votes
1answer
151 views
Why is this text not centered in Jelly Bean stock browser [closed]
I'm working on this page: http://www.sheffieldfurniture.com/
Does anyone have any idea what in the world is going on? The text is simply placed in a fixed width div with margin auto. It looks fine ...
0
votes
1answer
108 views
Keeping Columns Aligned In All Rows In An Android Table
I've a problem in Android, that i can't solved no matter what i've tried.
Imagine a tablelayout which has 3 tablerows, and each row two textfields.
Image : Couldn't Add Image Here, Due To New User ...
0
votes
1answer
71 views
Aligning views to the right not working
I'm trying to set the two textviews in the relative layout to the right, but no luck.. they're laying on the left of the layout:
<LinearLayout
android:id="@+id/top_lay2"
...
0
votes
1answer
898 views
Android: Align text in center of spinner
Maybe you will see something that i didn't. I don't understand why it refuses to align. I have 2 spinners in layout and tried to align text to center.
In both spinners, the text is aligned to the ...
0
votes
4answers
52 views
Isuue with layout alignment
I have a relative layout with two linear layout inside it with two textviews in each of them.
I wanted the textviews to appear horizontally as a row.
The code is given below:
<RelativeLayout
...
1
vote
1answer
593 views
Android layout : Align a TextView and a Spinner
I would like to align a textview (saying : "Day :") with a Spinner where the user can choose the day of the week he wants (Monday, Tuesday, etc.)
when I try to align them :
<TextView ...
1
vote
1answer
234 views
How to make stacked bars have the same width in AChartEngine
I want to draw a bar chart with 2 stacked bars with AChartEngine, like in the SalesBarChart example. My Problem is, the bars with same X value don't have the same width, i.e. the larger bar is wider ...
0
votes
1answer
291 views
Android App > Widget (AppWidgetProvider) > How to make a toggle button?
I want to create a very simple widget. 1x1 cell. A button with text underneath. See image below, the 'clock' icon/text is how i want it aligned.. 'hello' is my effort so far.. It would be very nice to ...
2
votes
2answers
273 views
RelativeLayout Three Buttons Centered Above TextViews
So in my layout, I've got three buttons on the same line, one left, center and right aligned. I also have TextViews below the buttons to serve as labels, but they too are aligned left, center and ...
0
votes
1answer
424 views
How to allign Android imageView and textView in one line programmatically
I'm pulling some data from DB, and need to display it in form of bullet-ed list.
With the code:
for (int i=0; i<ingredcount; i++){
String ingredient = recipe.Ingredients.get(i);
...
0
votes
0answers
41 views
Website aligment left on Android
My website's content body is center. Web is ok. But website seen align to left on iPhone/iPad. And write some code for this:
<meta id="viewport" name='viewport'>
<script>
...
-1
votes
2answers
275 views
layout_gravity doesn't work on button with weight setted
i've a layout like this:
<LinearLayout
android:id="@+id/linearLayout5"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight=".6"
...
0
votes
2answers
97 views
unable to align views horizontally in linear layout
I'm trying to horizontally place views inside a linear layout such that I can align these views horizontally but not next to each other. I tried giving margin,padding values etc. but nothing worked ...
2
votes
3answers
278 views
Left-align a TextView to the text inside an EditText?
I'd like to align the text in a TextView with text inside an EditText that is directly below it. Is this possible without using padding tricks?
If not, is this because it's discouraged? I could see ...
0
votes
4answers
565 views
Align android text and images in listview to be the same
I need some help with alignment of custom list view with image and text.
I'm trying with this:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
1answer
136 views
Android Buttons pushed down when text does not fit
I have 5 buttons in the bottom of the screen (grouped in a linearlayout, with a weight of 1 each. In the screenshot, the row above b1-b5). However, when the text is more than one row, that particular ...





