Questions tagged [right-align]

Right alignment refers to the right positioning of a visual element in a GUI.

Right alignment refers to the right positioning of a visual element in a GUI.

144 questions
1
vote
2 answers

Android: center and right alignment inside LinearLayout

I have two Linear Layouts one inside the other. In the second one I have a Switch button, a TextView and a FloatingActionButton. I want to put these 3 in the same line and I want to centralize the Switch and the TextView and I want to align the…
Marcos Guimaraes
  • 1,243
  • 4
  • 27
  • 50
1
vote
3 answers

Bootstrap 3 panel footer with 1 element pulled left and 2 elements pulled right, all on same footer row - how?

There are so many questions on this, but they all seem to just want one item on the left and one on the right, or a button group. All of those are straightforward. How can I achieve similar to this bootply but instead of two buttons in the group on…
rmcsharry
  • 5,363
  • 6
  • 65
  • 108
1
vote
1 answer

read txt files with left-aligned data but inconsistent number of spaces in R

I have a series of txt files formatted in the same way. The first few rows are all about file information. There are no variable names. As you can see spaces between factors are inconsistent but Columns are left-aligned or right-aligned.I know SAS…
Mengqiu
  • 13
  • 5
1
vote
0 answers

Kable() in knitr and align-functionality

during a report-building I've noticed a non-standard behavior of the kable()-function. My table contains 23 columns all of which I'd like to have aligned right. Here is the code I use: kable(table[1:8,],…
MaHo
  • 316
  • 1
  • 4
  • 11
1
vote
1 answer

Zurb Foundation Tooltip: bottom tooltip, but have pip on the right

I currently have a short link that I want a Foundation tooltip for, and the tooltip has to be beneath the link (tip-bottom). Normally, the Foundation tooltip has the pip on the left (and the tooltip expands to the right), but this won't work for me…
Robert
  • 681
  • 1
  • 6
  • 19
1
vote
2 answers

How to align views by the widest?

how to create android layout that labels fill be aligned (right). I do not want to set width manually, to preserve space. Left column has to be as small as the widest label. Right column fill the rest of parent. Something like this (underscores…
Wooff
  • 1,091
  • 12
  • 23
1
vote
1 answer

Right align and center align TextView without layout_width="wrap_content"

I need to right-align a textview, but because I'm using layout_weight, I need to set layout_width="0dip". Setting layout_width="wrap_content" breaks my layout.
async8192
  • 199
  • 2
  • 8
1
vote
1 answer

css right align inside span element

I want to align an image in the right side of a span element. I had this working fine inside a td element but it is not working now that I've moved it into a a span. Would appreciate any suggestions.
user1904273
  • 4,562
  • 11
  • 45
  • 96
1
vote
0 answers

vb.net, label or textbox right-aligned

OK, here's a problem i have. Searching the net did not help much. In VB.net, you can right-align the text on a label. The label however has automatic word-wrap capabilities so it seems impossible to display a text in the label (of constant size) and…
N_A
  • 11
  • 2
1
vote
1 answer

Unexpected behavior in Webkit browsers - background-image right aligned

While adapting a site for right-to-left readers (such as Arabic and Hebrew languages) I'm experiencing unexpected behavior in any Webkit browser when it comes to assigning a background-image to the body tag that is right aligned. First of all, let…
jonr
  • 136
  • 2
  • 10
1
vote
1 answer

Aligning drop-down css navigation bar to the right

Basically the navigation bar on my page is aligned to right hand side of the page with the logo on its left. Because of this when the drop down for the far right item appears, it drifts off the right side of the page and looks messy. Especially as…
pd93
  • 666
  • 1
  • 7
  • 15
0
votes
1 answer

Symbols in right aligned textbox

I have textbox in my web application , which is right aligned . When i type normal charters (such as a, b c ...) it works properly .But if i type a $name , it appears as name$ . Why is it so .Is there any solution to avoid this . I use javascript…
json
  • 29
  • 2
  • 9
0
votes
1 answer

android align a view to the bottom right of a view

In the attached image I am trying to achieve the alignment of a ui button, I have quite successfully done that but the issue is, its not quite reliable across different screen sizes. I did it with the help of attribute…
dcool
  • 4,039
  • 3
  • 16
  • 14
0
votes
2 answers

dropdown form in pure css with a tricky right alignment

I want to make a form only visible if the mouse is hovering an image. I made a fiddle for it: http://jsfiddle.net/SoonDead/WScEP/ Here is what I'm trying to achieve: The wrapper has a fixed width, the picture also has a fixed width, but the…
vinczemarton
  • 7,756
  • 6
  • 54
  • 86
0
votes
1 answer

Tailwind align svg to right in div

I am having trouble aligning a svg to the right in Tailwind. I have tried many variations but it either misses the svg completely or always puts it at the start of the div. I have set the background to yellow temporarily so I can see the div as the…
Jim
  • 596
  • 1
  • 10
  • 36