Skip to content

Commit

Permalink
Changed to use fill_parent on the custom view, stling of custom views…
Browse files Browse the repository at this point in the history
… becomes very hard otherwise. We might want to move this to a style to be configurable instead.
  • Loading branch information
johannilsson committed May 31, 2011
1 parent a77610f commit f0b8e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionbar/res/layout/actionbar_tab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/>
<FrameLayout
android:id="@+id/actionbar_tab_custom"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:visibility="gone"
Expand Down

0 comments on commit f0b8e97

Please sign in to comment.