Other icon for key exchange
@ -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_more 24
|
||||
python copy OpenKeychain navigation white refresh 24
|
||||
python copy OpenKeychain action white swap_vert 24
|
||||
python copy OpenKeychain action white swap_vert_circle 24
|
||||
python copy OpenKeychain action grey swap_vert 24
|
||||
python copy OpenKeychain av white repeat 24
|
||||
python copy OpenKeychain av grey repeat 24
|
||||
python copy OpenKeychain editor white mode_edit 24
|
||||
|
||||
# navigation drawer sections
|
||||
|
@ -676,7 +676,7 @@ public class ViewKeyActivity extends BaseActivity implements
|
||||
mActionVerify.setVisibility(View.GONE);
|
||||
mActionEdit.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 {
|
||||
mActionEncryptFile.setVisibility(View.VISIBLE);
|
||||
mActionEncryptText.setVisibility(View.VISIBLE);
|
||||
|
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_repeat_grey_24dp.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_repeat_white_24dp.png
Normal file
After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 300 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_repeat_grey_24dp.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_repeat_white_24dp.png
Normal file
After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 226 B |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_repeat_grey_24dp.png
Normal file
After Width: | Height: | Size: 317 B |
After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 400 B |
After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 863 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 414 B |
After Width: | Height: | Size: 481 B |
After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 531 B |
Before Width: | Height: | Size: 502 B |
@ -58,7 +58,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||
android:src="@drawable/ic_repeat_grey_24dp"
|
||||
android:padding="12dp"
|
||||
style="@style/SelectableItem" />
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||
android:src="@drawable/ic_repeat_grey_24dp"
|
||||
android:layout_gravity="center_vertical" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -135,7 +135,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_swap_vert_grey_24dp"
|
||||
android:src="@drawable/ic_repeat_grey_24dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
style="@style/SelectableItem" />
|
||||
|
||||
|