mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Add focus outline to launcher
Fix: 310953377 Test: TBC Flag: ACONFIG com.android.launcher3.enable_focus_outline Development Change-Id: Ie395ec74c8a4a13a68539ca7ec6496481d96b860
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:focusable="true" >
|
||||
android:focusable="true"
|
||||
android:defaultFocusHighlightEnabled="false">
|
||||
<com.android.launcher3.views.DoubleShadowBubbleTextView
|
||||
style="@style/BaseIcon.Workspace"
|
||||
android:id="@+id/folder_icon_name"
|
||||
|
||||
Reference in New Issue
Block a user