1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00
Files
mobile/src/Android/Resources/layout/toolbar.axml
2018-01-02 10:41:11 -05:00

8 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />