のように相対的に決めるパラメータを組まれるとonCreate時にview.getWidth()などではすぐに取得できません。 なので、Viewのレンダリング(描画)が終了した時点で正確な値を取得したいと考えるかと思います。 そんな時の手段を紹介します。 使うクラスはViewTreeObserverとViewTreeObserver.OnBlogalLayoutListenerです。 ViewTreeObserver A view tree observer is used to register listeners that can be notified of global changes in the view tree. A ViewTreeObserver should never be instantiated by applications as it is provided