我有一项要求,即我需要在酒吧的左边,在有应用标志的酒吧中间,展示与家纽克的“行动”。
因此,我设计了这些要求。
I want to set this layout to my element so that I can set it as a theme..
但我无法补充我的布局。
下面是法典。
<style name="Theme.MySherlockCustom" parent="@style/Theme.Sherlock.Light">
<item name="actionBarSize">100dp</item>
<item name="android:windowNoTitle">true</item>
<item name="android:textSize">11sp</item>
</style>
请帮助实现我的目标。