Fix the context in layouts

This commit is contained in:
Mohamed Zenadi 2017-07-29 15:31:40 +01:00 committed by Mohamed Zenadi
parent 9553a224e4
commit 7a3caad76f
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.zeapo.pwdstore.crypto.PgpHandler"
tools:context="com.zeapo.pwdstore.crypto.PgpActivity"
android:orientation="vertical"
android:background="@color/background">

View File

@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.zeapo.pwdstore.crypto.PgpHandler"
tools:context="com.zeapo.pwdstore.crypto.PgpActivity"
android:background="@color/background"
android:padding="@dimen/activity_horizontal_margin">

View File

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:pwstore="http://schemas.android.com/apk/res-auto"
tools:context="com.zeapo.pwdstore.crypto.PgpHandler" >
tools:context="com.zeapo.pwdstore.crypto.PgpActivity" >
<item android:title="@string/share_as_plaintext"
android:icon="@drawable/ic_share_white_24dp"
pwstore:showAsAction="ifRoom"

View File

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:pwstore="http://schemas.android.com/apk/res-auto"
tools:context="com.zeapo.pwdstore.crypto.PgpHandler" >
tools:context="com.zeapo.pwdstore.crypto.PgpActivity" >
<item android:title="@string/crypto_cancel"
android:icon="@drawable/ic_clear_white_24dp"
pwstore:showAsAction="ifRoom"