Merge "Moving hotseat and qsb gradients up a level. (Bug 6406475)" into jb-dev
|
Before Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 344 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 155 B |
|
After Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 190 B |
|
Before Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 218 B |
|
Before Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 411 B |
@@ -16,7 +16,6 @@
|
||||
<com.android.launcher2.Hotseat
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
||||
android:background="@drawable/hotseat_bg_panel"
|
||||
launcher:cellCountX="1"
|
||||
launcher:cellCountY="@integer/hotseat_cell_count">
|
||||
<com.android.launcher2.CellLayout
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
||||
|
||||
android:id="@+id/drag_layer"
|
||||
android:background="@drawable/workspace_bg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<com.android.launcher2.Hotseat
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
||||
android:background="@drawable/hotseat_bg_panel"
|
||||
launcher:cellCountX="@integer/hotseat_cell_count"
|
||||
launcher:cellCountY="1">
|
||||
<com.android.launcher2.CellLayout
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
|
||||
|
||||
android:id="@+id/drag_layer"
|
||||
android:background="@drawable/workspace_bg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
||||
@@ -116,7 +116,6 @@
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">@dimen/qsb_bar_height</item>
|
||||
<item name="android:layout_gravity">top|center_horizontal</item>
|
||||
<item name="android:background">@drawable/search_bg_panel</item>
|
||||
<item name="android:paddingLeft">@dimen/qsb_padding_left</item>
|
||||
<item name="android:paddingRight">@dimen/qsb_padding_right</item>
|
||||
</style>
|
||||
|
||||