mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-05-06 11:49:43 +00:00
16 lines
688 B
XML
16 lines
688 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.AppBarLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:theme="@style/AppTheme.AppBarOverlay"
|
|
android:id="@+id/app_bar_layout">
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:background="?attr/colorPrimary"
|
|
app:popupTheme="@style/AppTheme.PopupOverlay" />
|
|
|
|
</android.support.design.widget.AppBarLayout> |