Create the UIObject interface

It is implemented by every visible object and serves as an abstraction, 
simplification.

Also: there only is one central sharedPreferences object (in 
`Functions.kt`). That makes the code way more readable.
This commit is contained in:
Finn M Glas 2020-06-18 09:25:38 +02:00
parent fc754b8c9a
commit 0c3a267d62
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
16 changed files with 327 additions and 333 deletions

View file

@ -45,7 +45,6 @@
android:layout_marginRight="8dp"
android:gravity="center"
android:includeFontPadding="true"
android:onClick="backHome"
android:paddingLeft="16sp"
android:paddingRight="16sp"
android:text="@string/fa_close_window"