Add diagnostic pane coloring

- Give each top-level pane a distinct temporary diagnostic color and stripe pattern.
- Give the root app background a separate purple diagnostic color so empty space outside panes is identifiable.
This commit is contained in:
Joe Tretter
2026-05-13 17:48:01 -05:00
parent dec1340082
commit bd6568357f
3 changed files with 59 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 141
versionName = "0.1.140"
versionCode = 142
versionName = "0.1.141"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true