mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
Fix the context in layouts
This commit is contained in:
parent
9553a224e4
commit
7a3caad76f
@ -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">
|
||||
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user