タイトルバーをカスタマイズしました。アンドロイドのカスタムタイトルが親の横に塗りつぶされない
<RelativeLayout android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView android:id="@+id/textview" android:textStyle="bold"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:gravity="center" android:text="fggffgjjkki"
android:textSize="30sp"
android:textColor="#FFFFFF" android:background="@drawable/top_bar" />
</RelativeLayout>
コード:fill_parentは
コードが
<resources>
<style name="LargeTitleTheme">
<item name="android:windowTitleSize">40dip</item>
</style>
</resources>
XML2を下回っている両側にいくつかの空白で親 を満たしていない、そのよう私は幅を言及しているものの 問題は次のとおりです。
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(R.layout.homegrid);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.customtitle);
をdoesntの。答えてくれてありがとう – png