Use material overflow icon in decrypt list

Conflicts:
	OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseNfcActivity.java
	OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
This commit is contained in:
Dominik Schürmann 2015-08-31 20:52:00 +02:00 committed by Vincent Breitmoser
parent ff2c552aa2
commit 82ee9d440b
10 changed files with 5 additions and 3 deletions

View file

@ -47,6 +47,7 @@ python copy OpenKeychain communication grey email 24
python copy OpenKeychain social black share 24
python copy OpenKeychain content black content_copy 24
python copy OpenKeychain communication black chat 24
python copy OpenKeychain navigation black more_vert 24
# navigation drawer sections
python copy OpenKeychain communication black vpn_key 24

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

View file

@ -90,11 +90,12 @@
<ImageView
android:id="@+id/context_menu"
android:layout_width="wrap_content"
android:scaleType="center"
android:layout_width="36dip"
android:layout_height="48dip"
android:clickable="true"
android:background="?android:selectableItemBackground"
android:src="@drawable/ic_menu_moreoverflow_normal_holo_light" />
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/ic_more_vert_black_24dp" />
</LinearLayout>