Other icon for key exchange

This commit is contained in:
Dominik Schürmann 2015-02-25 20:20:39 +01:00
parent 57fa702cbf
commit 0931c7742b
30 changed files with 6 additions and 7 deletions

View File

@ -7,9 +7,8 @@ python copy OpenKeychain navigation white check 24
python copy OpenKeychain navigation black expand_less 24 python copy OpenKeychain navigation black expand_less 24
python copy OpenKeychain navigation black expand_more 24 python copy OpenKeychain navigation black expand_more 24
python copy OpenKeychain navigation white refresh 24 python copy OpenKeychain navigation white refresh 24
python copy OpenKeychain action white swap_vert 24 python copy OpenKeychain av white repeat 24
python copy OpenKeychain action white swap_vert_circle 24 python copy OpenKeychain av grey repeat 24
python copy OpenKeychain action grey swap_vert 24
python copy OpenKeychain editor white mode_edit 24 python copy OpenKeychain editor white mode_edit 24
# navigation drawer sections # navigation drawer sections

View File

@ -676,7 +676,7 @@ public class ViewKeyActivity extends BaseActivity implements
mActionVerify.setVisibility(View.GONE); mActionVerify.setVisibility(View.GONE);
mActionEdit.setVisibility(View.VISIBLE); mActionEdit.setVisibility(View.VISIBLE);
mFab.setVisibility(View.VISIBLE); mFab.setVisibility(View.VISIBLE);
mFab.setIconDrawable(getResources().getDrawable(R.drawable.ic_swap_vert_white_24dp)); mFab.setIconDrawable(getResources().getDrawable(R.drawable.ic_repeat_white_24dp));
} else { } else {
mActionEncryptFile.setVisibility(View.VISIBLE); mActionEncryptFile.setVisibility(View.VISIBLE);
mActionEncryptText.setVisibility(View.VISIBLE); mActionEncryptText.setVisibility(View.VISIBLE);

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

View File

@ -58,7 +58,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/ic_swap_vert_grey_24dp" android:src="@drawable/ic_repeat_grey_24dp"
android:padding="12dp" android:padding="12dp"
style="@style/SelectableItem" /> style="@style/SelectableItem" />

View File

@ -69,7 +69,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="8dp" android:padding="8dp"
android:src="@drawable/ic_swap_vert_grey_24dp" android:src="@drawable/ic_repeat_grey_24dp"
android:layout_gravity="center_vertical" /> android:layout_gravity="center_vertical" />
</LinearLayout> </LinearLayout>

View File

@ -135,7 +135,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="8dp" android:padding="8dp"
android:src="@drawable/ic_swap_vert_grey_24dp" android:src="@drawable/ic_repeat_grey_24dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
style="@style/SelectableItem" /> style="@style/SelectableItem" />