6502Android/app/src/main/res/layout/toolbar.xml

8 lines
326 B
XML
Raw Normal View History

2018-08-09 03:10:59 +00:00
<androidx.appcompat.widget.Toolbar
2015-06-09 17:21:49 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="5dp"/>