Revision d198dcf8 res/menu/context.xml
res/menu/context.xml | ||
---|---|---|
3 | 3 |
|
4 | 4 |
<item |
5 | 5 |
android:id="@+id/by_apk_hash" |
6 |
android:showAsAction="ifRoom|withText" |
|
6 | 7 |
android:title="@string/by_apk_hash"/> |
7 | 8 |
<item |
8 | 9 |
android:id="@+id/by_package_name" |
10 |
android:showAsAction="ifRoom|withText" |
|
9 | 11 |
android:title="@string/by_package_name"/> |
10 | 12 |
<item |
11 | 13 |
android:id="@+id/by_signing_certificate" |
14 |
android:showAsAction="ifRoom|withText" |
|
12 | 15 |
android:title="@string/by_signing_certificate"/> |
13 | 16 |
|
14 | 17 |
</menu> |
Also available in: Unified diff