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.
スライド式の引き出しは、通常のように画面の左、右、上、下からではなく、画面の中央から開くようにします。
出来ますか?どうすればいいですか?
任意の提案をいただければ幸いです。
最後に私は私の問題を解決しました。解決策は、親レイアウト Relative Layout を使用することです。引出しに入れます
android:layout_above="@+id/your_below_layout .
私の問題は、線形レイアウトを使用していたことです。ありがとう