Fix actionBarSize attribute references

This commit is contained in:
Eugene Cheung 2018-09-05 22:11:11 -04:00
commit 7a35bd08b6
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
10 changed files with 15 additions and 15 deletions

View file

@ -28,7 +28,7 @@
<ViewStub
android:id="@+id/cab_stub"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
android:layout_height="?android:attr/actionBarSize" />
</FrameLayout>