aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-05 21:25:49 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-05 21:25:49 +0200
commit00d03d452ecde61cd6fe29eeadbf7a3d2e9050e5 (patch)
tree15bdee44c2703d467317e46958e974589fd886dc /OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml
parent8614ff2ec74447f7199a5822f9331a0991161038 (diff)
downloadopen-keychain-00d03d452ecde61cd6fe29eeadbf7a3d2e9050e5.tar.gz
open-keychain-00d03d452ecde61cd6fe29eeadbf7a3d2e9050e5.tar.bz2
open-keychain-00d03d452ecde61cd6fe29eeadbf7a3d2e9050e5.zip
Include DoneBar for edit activities
Diffstat (limited to 'OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml b/OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml
new file mode 100644
index 000000000..8c8428e75
--- /dev/null
+++ b/OpenPGP-Keychain/res/layout/actionbar_custom_view_done_cancel.xml
@@ -0,0 +1,29 @@
+<!--
+ Copyright 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:divider="@drawable/abs__list_divider_holo_light"
+ android:dividerPadding="12dp"
+ android:orientation="horizontal"
+ android:showDividers="middle" >
+
+ <include layout="@layout/actionbar_include_cancel_button" />
+
+ <include layout="@layout/actionbar_include_done_button" />
+
+</LinearLayout> \ No newline at end of file