はじめに 今流行り?のZennにも同じ記事を投稿してみました 個人的によく使うレイアウト系のチートシート。 よく忘れて毎回調べるのでメモ。 逐次更新 2018/5/9 ActionBarにアイコン表示を追加 2020/3/3 「EditTextを横幅いっぱいで右端にTextViewを配置」にConstraintLayout版を追加 2020/09/22 はじめににZennへのリンクを追加した ボタンを横に等間隔で配置する <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> <Button android:layout_width="match_parent" android:layout_height=