A few related fixes

+ Prevent opening app when clicking close to 3 dots icon
+ Enable dark popup background on older APIs
+ Prevent closing `ChooseActivity` when app is uninstalled
This commit is contained in:
Finn M Glas 2020-05-30 01:23:05 +02:00
parent 2399f35cc1
commit d74783a3fd
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 19 additions and 3 deletions

View file

@ -33,8 +33,8 @@
<com.finnmglas.launcher.extern.FontAwesome
android:id="@+id/choose_row_app_menu"
android:layout_width="20sp"
android:layout_height="wrap_content"
android:layout_width="30sp"
android:layout_height="0dp"
android:gravity="center"
android:text="@string/fas_three_dots"
android:textSize="20sp"