commit | 1ee2a062e02a94684f4567230d363c372f139331 | [log] [tgz] |
---|---|---|
author | Taeho Kim <jyte82@gmail.com> | Tue May 22 14:57:01 2012 +0900 |
committer | Taeho Kim <jyte82@gmail.com> | Wed May 23 02:10:16 2012 +0900 |
tree | 868bb21dc73508aa31460b22670151eb6f4ec34a | |
parent | 64f77c5e312ff0b45a91853f782f112a99df758f [diff] |
String on Toast notification does not aligned to center If length of the string being showed on Toast is short (less than 8 chars), it is aligned to left rather than to center. Added attribute android:layout_gravity="center_horizontal" on the TextView where Toast's message are shown to fix issue. Change-Id: I77669fd8a11d1ec8f6b082348eb818671ce158bb Signed-off-by: Taeho Kim <jyte82@gmail.com>