mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
Added notification area as reusable layout
This commit is contained in:
parent
41545e5e52
commit
998f616607
12
OpenKeychain/src/main/res/layout/notification_area.xml
Normal file
12
OpenKeychain/src/main/res/layout/notification_area.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/card_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/emphasis"
|
||||
android:orientation="vertical" />
|
||||
|
||||
</merge>
|
Loading…
Reference in New Issue
Block a user