Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スコアを計算するアプリを開発しました。テキストが TextView に追加されると、元の場所からわずかに移動します。
どうすれば動くのを止めて、垂直に下に成長させることができますか?
あなたはこれを変更しようとすることができます
android:gravity="center"
に
android:gravity="top"
あなたのテキストビューで。