aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/toolbar_standalone_orange.xml
blob: b8c190a36437250e2a566ee04e8c63479a63e76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/toolbar_include"
    android:elevation="4dp"
    android:background="@color/android_orange_light"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <include
        android:id="@+id/toolbar_inner_layout"
        layout="@layout/toolbar_inner_layout" />

</RelativeLayout>