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.
Androidでビューの中心を垂直に取得しようとしていますが、上部に75dpsのimageViewがあるため、中央のビューを上部から75dpsオフセットして中央に配置する必要があります! これを行う方法はありますか?android:layout_marginTop="75dp" を使用してみましたが、うまくいきませんでした! 何か案は?
ビューを ViewGroup (LinearLayout など) にラップし、LinearLayout を中央に配置して、marginTop をビューに追加できます。それはうまくいくはずです。
とにかく、レイアウト xml も投稿していただけると助かります。