mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
fix 2554422 - Landscape workspace dots have stretched aspect ratio
Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
android:layout_gravity="bottom|left"
|
||||
android:layout_marginLeft="6dip"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/home_arrows_left"
|
||||
|
||||
android:onClick="previousScreen"
|
||||
@@ -62,6 +63,7 @@
|
||||
android:layout_gravity="bottom|right"
|
||||
android:layout_marginRight="6dip"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/home_arrows_right"
|
||||
|
||||
android:onClick="nextScreen"
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
android:layout_gravity="bottom|left"
|
||||
android:layout_marginLeft="6dip"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/home_arrows_left"
|
||||
|
||||
android:onClick="previousScreen"
|
||||
@@ -60,6 +61,7 @@
|
||||
android:layout_gravity="bottom|right"
|
||||
android:layout_marginRight="6dip"
|
||||
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/home_arrows_right"
|
||||
|
||||
android:onClick="nextScreen"
|
||||
|
||||
Reference in New Issue
Block a user