mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
resolve invalid size variable issue for people view
Change-Id: I176a4de9536a7724a07c4e953f124b0c1691fe1b
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<View
|
||||
android:id="@+id/icon"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_width="@dimen/default_icon_bitmap_size"
|
||||
android:layout_height="@dimen/default_icon_bitmap_size" />
|
||||
android:layout_width="@dimen/deep_shortcut_icon_size"
|
||||
android:layout_height="@dimen/deep_shortcut_icon_size" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
@@ -38,8 +38,8 @@
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_margin="5dp"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:layout_width="@dimen/default_icon_bitmap_size"
|
||||
android:layout_height="@dimen/default_icon_bitmap_size" />
|
||||
android:layout_width="@dimen/deep_shortcut_icon_size"
|
||||
android:layout_height="@dimen/deep_shortcut_icon_size" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/provider_1"
|
||||
@@ -47,8 +47,8 @@
|
||||
android:scaleType="fitCenter"
|
||||
android:adjustViewBounds="true"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:layout_width="@dimen/default_icon_bitmap_size"
|
||||
android:layout_height="@dimen/default_icon_bitmap_size" />
|
||||
android:layout_width="@dimen/deep_shortcut_icon_size"
|
||||
android:layout_height="@dimen/deep_shortcut_icon_size" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/provider_2"
|
||||
@@ -56,7 +56,7 @@
|
||||
android:scaleType="fitCenter"
|
||||
android:adjustViewBounds="true"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:layout_width="@dimen/default_icon_bitmap_size"
|
||||
android:layout_height="@dimen/default_icon_bitmap_size" />
|
||||
android:layout_width="@dimen/deep_shortcut_icon_size"
|
||||
android:layout_height="@dimen/deep_shortcut_icon_size" />
|
||||
|
||||
</com.android.launcher3.views.SearchResultPeopleView>
|
||||
Reference in New Issue
Block a user