Statusbar
カスタムビューのレイアウト全体が背景色で塗りつぶされていません。なぜですか?
これがスクリーンショットです(簡略化するために更新されました):
空白の黒い領域の右側に空白のパディングがあります。完全なレイアウトは次のとおりです。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff000000"
android:scrollbars="none"></LinearLayout>
誰かがこれを手伝ってもらえますか?