We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28609b commit c112913Copy full SHA for c112913
articles/uibasic-04.re
@@ -308,13 +308,13 @@ android:layout_alignBottom 下端をそろえて配置する
308
android:layout_height="wrap_content"
309
android:text="このイラストはドロイドくんです"
310
android:layout_below="@id/droid"
311
- android:layout_toLeftOf="@id/droid" />
+ android:layout_alignLeft="@id/droid" />
312
<TextView
313
android:layout_width="wrap_content"
314
315
android:text="上側に配置します"
316
android:layout_above="@id/droid"
317
318
//}
319
320
0 commit comments