
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
androidでピヨって出てくるviewの実装方法 - Qiita
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://sche... <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginTop="100dp" > <!-- このTextViewをピヨっとさせたい --> <TextView android:id="@+id/childview" android:layout_width="match_parent" android:la
2014/02/19 リンク