android:layout_height=“?attr/actionBarSize” is not working with support:design:23.0.0' library

前端 未结 5 2200
后悔当初
后悔当初 2020-12-15 18:10

If I set android:layout_height=\"56dp\", I can see the toolbar in graphical layout. But when I set like the below,

       

        
5条回答
  •  难免孤独
    2020-12-15 19:00


    finally i did it just change your method

    ?attr/actionBarSize to ?android:attr/actionBarSize

提交回复
热议问题