diff --git a/NOTES b/NOTES index b1bc8cc..9298d27 100644 --- a/NOTES +++ b/NOTES @@ -700,14 +700,14 @@ release it. XXX - call checkSelfPermission/requestPermission to get WRITE_EXTERNAL_STORAGE (it only works now because it's grandfathered in) -XXX - fix color problem with newest API (override all colors, i think only the STOP/START button remains?) - XXX - upgrade to newest dropbear XXX - figure out what pie does to the boot event receiver XXX - see if settings looks better with SDK26, if not, hack it so that the ones with strings have their states shown +--- new release + XXX - ed25519 XXX - try /data/data/com.termux/files/usr/bin/zsh as login shell @@ -720,3 +720,5 @@ XXX - libiconv? HAVE_ICONV_H etc XXX - changelog: - API 28 - x86_64, arm64 + - should now find native libraries even under a user account + - fix more possible color issues diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml index fe729d0..9708520 100644 --- a/app/src/main/res/layout/main.xml +++ b/app/src/main/res/layout/main.xml @@ -2,7 +2,8 @@ + android:layout_height="fill_parent" + android:background="#ff000000"> + android:onClick="startstop_clicked" + android:background="#ffbbbbbb" />