am eff06b06: Merge "Fixing regression in landscape launcher, and enlarging the voice search proxy touch view." into jb-dev
* commit 'eff06b06a5a29b699338ce04396a59735e9fd71a': Fixing regression in landscape launcher, and enlarging the voice search proxy touch view.
This commit is contained in:
@@ -76,6 +76,16 @@
|
||||
android:id="@+id/qsb_bar"
|
||||
layout="@layout/qsb_bar" />
|
||||
|
||||
<com.android.launcher2.DrawableStateProxyView
|
||||
android:id="@+id/voice_button_proxy"
|
||||
android:layout_width="@dimen/qsb_bar_height"
|
||||
android:layout_height="@dimen/app_icon_size"
|
||||
android:layout_gravity="bottom|left"
|
||||
android:clickable="true"
|
||||
android:onClick="onClickVoiceButton"
|
||||
android:importantForAccessibility="no"
|
||||
launcher:sourceViewId="@+id/voice_button" />
|
||||
|
||||
<include layout="@layout/apps_customize_pane"
|
||||
android:id="@+id/apps_customize_pane"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -75,9 +75,9 @@
|
||||
|
||||
<com.android.launcher2.DrawableStateProxyView
|
||||
android:id="@+id/voice_button_proxy"
|
||||
android:layout_width="@dimen/qsb_bar_height"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="@dimen/qsb_bar_height"
|
||||
android:layout_gravity="right"
|
||||
android:layout_gravity="top|right"
|
||||
android:clickable="true"
|
||||
android:onClick="onClickVoiceButton"
|
||||
android:importantForAccessibility="no"
|
||||
|
||||
@@ -31,4 +31,10 @@
|
||||
|
||||
<!-- QSB -->
|
||||
<dimen name="qsb_bar_height">82dp</dimen>
|
||||
|
||||
<!-- Workspace -->
|
||||
<dimen name="workspace_divider_padding_top">12dp</dimen>
|
||||
<dimen name="workspace_divider_padding_bottom">12dp</dimen>
|
||||
<dimen name="workspace_divider_padding_left">0dp</dimen>
|
||||
<dimen name="workspace_divider_padding_right">0dp</dimen>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user