aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/main_activity.xml
diff options
context:
space:
mode:
authorvectorijk <jiangkai@gmail.com>2015-04-24 00:00:58 -0700
committervectorijk <jiangkai@gmail.com>2015-04-24 00:00:58 -0700
commit3ee2c6fc6a2a5e18e333bb82f16d0efe365df2b8 (patch)
treeb0fa56971ad91142576010b085ea4cf963ff2305 /OpenKeychain/src/main/res/layout/main_activity.xml
parent702c28854bf0afe3d7b97e47716530dc751c9322 (diff)
downloadopen-keychain-3ee2c6fc6a2a5e18e333bb82f16d0efe365df2b8.tar.gz
open-keychain-3ee2c6fc6a2a5e18e333bb82f16d0efe365df2b8.tar.bz2
open-keychain-3ee2c6fc6a2a5e18e333bb82f16d0efe365df2b8.zip
Introduce and Switch to mikepenz/MaterialDrawer
Diffstat (limited to 'OpenKeychain/src/main/res/layout/main_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/main_activity.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/main_activity.xml b/OpenKeychain/src/main/res/layout/main_activity.xml
new file mode 100644
index 000000000..a85c8047e
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/main_activity.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical" android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/activity_main_toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="?attr/colorPrimary"/>
+
+ <fragment android:name="org.sufficientlysecure.keychain.ui.KeyListFragment"
+ android:id="@+id/keys_fragment"
+ android:layout_gravity="center"
+ android:layout_height="match_parent"
+ android:layout_width="match_parent"/>
+</LinearLayout> \ No newline at end of file