Magisk/app/src/main/res/layout/toolbar.xml

8 lines
325 B
XML
Raw Normal View History

2016-08-23 15:02:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar android:id="@+id/toolbar"
2016-09-30 10:22:43 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="4dp"/>