mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Updated for framework changes in ActionBar style attributes
Change-Id: I8e9050a784b4b20398309e6d279ab17652a29ade
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
||||
android:background="#30000000"
|
||||
android:paddingTop="?android:attr/windowActionBarSize">
|
||||
android:paddingTop="?android:attr/actionBarSize">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
android:id="@+id/workspace"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="?android:attr/windowActionBarSize"
|
||||
android:paddingTop="?android:attr/actionBarSize"
|
||||
launcher:defaultScreen="2"
|
||||
launcher:cellCountX="8"
|
||||
launcher:cellCountY="7">
|
||||
@@ -49,7 +49,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/all_apps_button_cluster"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="?android:attr/windowActionBarSize"
|
||||
android:layout_height="?android:attr/actionBarSize"
|
||||
android:layout_gravity="top">
|
||||
|
||||
<ImageView
|
||||
|
||||
Reference in New Issue
Block a user