Fix landscape layout.
Change-Id: I0ef501a95708d487a975bb175c7038dee291efa4
This commit is contained in:
@@ -51,6 +51,34 @@
|
|||||||
|
|
||||||
</com.android.launcher2.Workspace>
|
</com.android.launcher2.Workspace>
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/previous_screen"
|
||||||
|
android:layout_width="53dip"
|
||||||
|
android:layout_height="@dimen/button_bar_height"
|
||||||
|
android:layout_gravity="bottom|left"
|
||||||
|
android:layout_marginLeft="6dip"
|
||||||
|
|
||||||
|
android:src="@drawable/home_arrows_left"
|
||||||
|
|
||||||
|
android:onClick="previousScreen"
|
||||||
|
|
||||||
|
android:focusable="true"
|
||||||
|
android:clickable="true" />
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/next_screen"
|
||||||
|
android:layout_width="53dip"
|
||||||
|
android:layout_height="@dimen/button_bar_height"
|
||||||
|
android:layout_gravity="bottom|right"
|
||||||
|
android:layout_marginRight="6dip"
|
||||||
|
|
||||||
|
android:src="@drawable/home_arrows_right"
|
||||||
|
|
||||||
|
android:onClick="nextScreen"
|
||||||
|
|
||||||
|
android:focusable="true"
|
||||||
|
android:clickable="true" />
|
||||||
|
|
||||||
<com.android.launcher2.HandleView
|
<com.android.launcher2.HandleView
|
||||||
android:id="@+id/all_apps_button"
|
android:id="@+id/all_apps_button"
|
||||||
android:layout_width="@dimen/button_bar_height"
|
android:layout_width="@dimen/button_bar_height"
|
||||||
|
|||||||
Reference in New Issue
Block a user