質問編集履歴
1
期待する表示追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
andoridstudio上のデザインの見た目では意図する通りとなるのですが、実機で確認するとTextView3の描画開始位置がTextView2の終りの直後となってしまい左詰したような文字列になってしまいます。
|
3
3
|
期待する動きはTextView2は画面左から描画、TextView3は画面中央から描画が意図する動きです。
|
4
4
|
|
5
|
+

|
6
|
+
|
5
7
|
```xml
|
6
8
|
<?xml version="1.0" encoding="utf-8"?>
|
7
9
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|