mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
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:
parent
2399f35cc1
commit
d74783a3fd
4 changed files with 19 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue