aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/encrypt_content.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-01 23:25:03 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-01 23:25:03 +0200
commit2ead78a1e51c71911d1205b4fe946c38924db145 (patch)
treee6e03a5fa7cf493f0a2ca650744b0ebe0b3feee1 /OpenKeychain/src/main/res/layout/encrypt_content.xml
parente26d7be7de456df1314efdaed42b7fbef6546ada (diff)
downloadopen-keychain-2ead78a1e51c71911d1205b4fe946c38924db145.tar.gz
open-keychain-2ead78a1e51c71911d1205b4fe946c38924db145.tar.bz2
open-keychain-2ead78a1e51c71911d1205b4fe946c38924db145.zip
split EncryptActivity into Encrypt{Text,File}Activity
Diffstat (limited to 'OpenKeychain/src/main/res/layout/encrypt_content.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/encrypt_content.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/OpenKeychain/src/main/res/layout/encrypt_content.xml b/OpenKeychain/src/main/res/layout/encrypt_content.xml
deleted file mode 100644
index d029e7b83..000000000
--- a/OpenKeychain/src/main/res/layout/encrypt_content.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/content_frame"
- android:layout_marginLeft="@dimen/drawer_content_padding"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <include layout="@layout/notify_area"/>
-
- <FrameLayout
- android:id="@+id/encrypt_pager_mode"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" />
-
- <android.support.v4.view.ViewPager
- android:id="@+id/encrypt_pager_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <android.support.v4.view.PagerTabStrip
- android:id="@+id/encrypt_pager_tab_strip_content"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="top"
- android:textColor="@color/emphasis" />
- </android.support.v4.view.ViewPager>
-
-</LinearLayout> \ No newline at end of file