Unify Git editor presentation

- place Save before Dismiss in Git-backed editors
- rename the Git editor Close action to Dismiss
- match Git editor dialog and content sizing to the vi file editor
This commit is contained in:
Joe Tretter
2026-06-08 14:38:10 -05:00
parent 02a23694c3
commit 06c60356e5
2 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 168
versionName = "0.1.167"
versionCode = 169
versionName = "0.1.168"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true