mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-03 07:45:08 +00:00
corrected the icon for decryption
This commit is contained in:
@@ -74,8 +74,6 @@ public class GitClone extends Activity {
|
|||||||
context = getApplicationContext();
|
context = getApplicationContext();
|
||||||
activity = this;
|
activity = this;
|
||||||
|
|
||||||
getActionBar().setDisplayHomeAsUpEnabled(true);
|
|
||||||
|
|
||||||
// init the spinner for protocols
|
// init the spinner for protocols
|
||||||
Spinner protcol_spinner = (Spinner) findViewById(R.id.clone_protocol);
|
Spinner protcol_spinner = (Spinner) findViewById(R.id.clone_protocol);
|
||||||
ArrayAdapter<CharSequence> protocol_adapter = ArrayAdapter.createFromResource(this,
|
ArrayAdapter<CharSequence> protocol_adapter = ArrayAdapter.createFromResource(this,
|
||||||
@@ -213,6 +211,11 @@ public class GitClone extends Activity {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}).show();
|
}).show();
|
||||||
|
default:
|
||||||
|
this.dialog.dismiss();
|
||||||
|
setResult(RESULT_OK);
|
||||||
|
finish();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
this.dialog.dismiss();
|
this.dialog.dismiss();
|
||||||
}
|
}
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
android:id="@+id/crypto_show_button"
|
android:id="@+id/crypto_show_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ico_add"
|
android:src="@drawable/ico_key"
|
||||||
android:background="@android:drawable/screen_background_light_transparent"
|
android:background="@android:drawable/screen_background_light_transparent"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:onClick="handleClick"
|
android:onClick="handleClick"
|
||||||
|
Reference in New Issue
Block a user