Skip to content

Commit c112913

Browse files
committed
toLeftOfをalignLeftに修正する
1 parent e28609b commit c112913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/uibasic-04.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,13 @@ android:layout_alignBottom 下端をそろえて配置する
308308
android:layout_height="wrap_content"
309309
android:text="このイラストはドロイドくんです"
310310
android:layout_below="@id/droid"
311-
android:layout_toLeftOf="@id/droid" />
311+
android:layout_alignLeft="@id/droid" />
312312
<TextView
313313
android:layout_width="wrap_content"
314314
android:layout_height="wrap_content"
315315
android:text="上側に配置します"
316316
android:layout_above="@id/droid"
317-
android:layout_toLeftOf="@id/droid" />
317+
android:layout_alignLeft="@id/droid" />
318318
//}
319319

320320

0 commit comments

Comments
 (0)