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

@ -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>