Fix actionBarSize attribute references
This commit is contained in:
parent
2e7dd7b62e
commit
7a35bd08b6
10 changed files with 15 additions and 15 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?actionBarSize" />
|
||||
android:layout_height="?android:attr/actionBarSize" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
@ -27,4 +27,4 @@
|
|||
android:layout_alignTop="@id/dummy_statusbar_actionbar"
|
||||
android:background="@drawable/toolbar_gradient" />
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue