From e28609bbbfb91a0f5597c4876f3ab747df4534cf Mon Sep 17 00:00:00 2001 From: Shimokawa Takahiro Date: Tue, 26 Aug 2014 00:13:23 +0900 Subject: [PATCH 1/3] =?UTF-8?q?id=E3=82=92=E6=8C=87=E3=81=99=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=AFid=E5=90=8D=E3=81=A7=E7=B5=B1=E4=B8=80?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/uibasic-04.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/uibasic-04.re b/articles/uibasic-04.re index 24c476a..e27fa71 100644 --- a/articles/uibasic-04.re +++ b/articles/uibasic-04.re @@ -186,7 +186,7 @@ TextViewを次のように変更します(@{rltv-normal3})。 //footnote[idname][「@」と「id」の間に「+」があるかどうかに注意してください。「+」がある場合は「id名をつける」という意味になりますし、ない場合は「id名を参照する」という意味になります] -//footnote[idjava][つけたidは、プログラムから参照するときにも使います] +//footnote[idjava][つけたid名は、プログラムから参照するときにも使います] 「layout_below」は、基準となるパーツのどこに配置するかを指示するもので、この場合は「下に配置する」という意味になります。 From c112913a6964cda9ca33fffd722ae56999c234ec Mon Sep 17 00:00:00 2001 From: Shimokawa Takahiro Date: Tue, 26 Aug 2014 00:17:05 +0900 Subject: [PATCH 2/3] =?UTF-8?q?toLeftOf=E3=82=92alignLeft=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/uibasic-04.re | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/uibasic-04.re b/articles/uibasic-04.re index e27fa71..7415355 100644 --- a/articles/uibasic-04.re +++ b/articles/uibasic-04.re @@ -308,13 +308,13 @@ android:layout_alignBottom 下端をそろえて配置する android:layout_height="wrap_content" android:text="このイラストはドロイドくんです" android:layout_below="@id/droid" - android:layout_toLeftOf="@id/droid" /> + android:layout_alignLeft="@id/droid" /> + android:layout_alignLeft="@id/droid" /> //} From 8f63d47e4e8bf7a0641f3ba27ef8a9ad3ab6c732 Mon Sep 17 00:00:00 2001 From: Shimokawa Takahiro Date: Tue, 26 Aug 2014 00:23:48 +0900 Subject: [PATCH 3/3] =?UTF-8?q?A=E3=81=A8C=E3=81=A8=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=82=8B=E7=AE=87=E6=89=80=E3=82=92A?= =?UTF-8?q?=E3=81=A8D=E3=81=AB=E4=BF=AE=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/uibasic-04.re | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/uibasic-04.re b/articles/uibasic-04.re index 7415355..40677ec 100644 --- a/articles/uibasic-04.re +++ b/articles/uibasic-04.re @@ -544,7 +544,7 @@ LinearLayoutの大きな特徴は、領域の大きさを比率で指定でき そうすると、BとCで残った領域を比率によって配分することになります。 @{lnr-weightarea}のとおり、BとCの比率をB:C=1:3に変更すると、@{lnr-weightarea}のように表示されます。 -//listnum[lnr-weightarea][AとCはコンテンツの成り行きの高さになり、残りをB:C=1:3となるように配分]{ +//listnum[lnr-weightarea][AとDはコンテンツの成り行きの高さになり、残りをB:C=1:3となるように配分]{