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.
私は自分のアプリケーションに ABS を使用しています。しかし、スタート画面 (最初のアクティビティ) にアクション バーを表示したくありません。これを達成するには、テーマをどのように変更すればよいですか?
よろしくお願いします。
あなたhide()のActionBarオブジェクトを呼び出すonCreate()FirstActivity
hide()
onCreate()
FirstActivity
シャーロックを使用している場合
getSupportActionBar().hide();