4 |
4 |
tools:context="info.guardianproject.checkey.MainActivity" >
|
5 |
5 |
|
6 |
6 |
<item
|
7 |
|
android:id="@+id/generate_pin"
|
8 |
|
android:icon="@android:drawable/ic_menu_set_as"
|
9 |
|
android:showAsAction="ifRoom|withText"
|
10 |
|
android:title="@string/generate_pin"/>
|
11 |
|
<item
|
12 |
|
android:id="@+id/save"
|
13 |
|
android:icon="@android:drawable/ic_menu_save"
|
14 |
|
android:showAsAction="ifRoom|withText"
|
15 |
|
android:title="@string/save"/>
|
16 |
|
<item
|
17 |
7 |
android:id="@+id/virustotal"
|
18 |
8 |
android:icon="@drawable/virustotal"
|
19 |
|
android:showAsAction="ifRoom|withText"
|
20 |
|
android:title="@string/virustotal"/>
|
|
9 |
android:title="@string/virustotal"
|
|
10 |
app:showAsAction="ifRoom|withText"/>
|
21 |
11 |
<item
|
22 |
12 |
android:id="@+id/by_apk_hash"
|
23 |
|
android:showAsAction="ifRoom|withText"
|
24 |
|
android:title="@string/by_apk_hash"/>
|
|
13 |
android:title="@string/by_apk_hash"
|
|
14 |
app:showAsAction="ifRoom|withText"/>
|
25 |
15 |
<item
|
26 |
16 |
android:id="@+id/by_package_name"
|
27 |
|
android:showAsAction="ifRoom|withText"
|
28 |
|
android:title="@string/by_package_name"/>
|
|
17 |
android:title="@string/by_package_name"
|
|
18 |
app:showAsAction="ifRoom|withText"/>
|
29 |
19 |
<item
|
30 |
20 |
android:id="@+id/by_signing_certificate"
|
31 |
|
android:showAsAction="ifRoom|withText"
|
32 |
|
android:title="@string/by_signing_certificate"/>
|
|
21 |
android:title="@string/by_signing_certificate"
|
|
22 |
app:showAsAction="ifRoom|withText"/>
|
|
23 |
<item
|
|
24 |
android:id="@+id/generate_pin"
|
|
25 |
android:icon="@android:drawable/ic_menu_set_as"
|
|
26 |
android:title="@string/generate_pin"
|
|
27 |
app:showAsAction="ifRoom|withText"/>
|
|
28 |
<item
|
|
29 |
android:id="@+id/save"
|
|
30 |
android:icon="@android:drawable/ic_menu_save"
|
|
31 |
android:title="@string/save"
|
|
32 |
app:showAsAction="ifRoom|withText"/>
|
33 |
33 |
<item
|
34 |
34 |
android:id="@+id/action_settings"
|
35 |
35 |
android:icon="@android:drawable/ic_menu_preferences"
|