Android Studio、Javaです。
activity_main.xmlで、以下のようなコードを書きました。
Design画面上ではEditTextのlayoutの設定を反映されています。
しかし、エミュレータ上ではapp:layoutの位置は反映されるのですが、tools:layoutの位置が反映されず、画面の一番上に貼り付いてしまいます。
BottunもTextViewも同じ状態です。
何か抜けている点があるのでしょうか。
よろしくお願いします。
<EditText android:id="@+id/editText1" android:layout_width="72dp" android:layout_height="45dp" android:ems="10" android:inputType="number" app:layout_constraintHorizontal_bias="0.35" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" tools:layout_editor_absoluteY="80dp" />
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/24 09:58