diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/hotseat_scrubber_holo.9.png | bin | 0 -> 184 bytes | |||
-rw-r--r-- | res/drawable-hdpi/hotseat_track_holo.9.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | res/drawable-hdpi/paged_view_indicator.9.png | bin | 358 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/hotseat_scrubber_holo.9.png | bin | 0 -> 173 bytes | |||
-rw-r--r-- | res/drawable-mdpi/hotseat_track_holo.9.png | bin | 0 -> 157 bytes | |||
-rw-r--r-- | res/layout-land/launcher.xml | 10 | ||||
-rw-r--r-- | res/layout-port/launcher.xml | 13 | ||||
-rw-r--r-- | res/layout/apps_customize_pane.xml | 9 |
8 files changed, 28 insertions, 4 deletions
diff --git a/res/drawable-hdpi/hotseat_scrubber_holo.9.png b/res/drawable-hdpi/hotseat_scrubber_holo.9.png Binary files differnew file mode 100644 index 0000000..78b540d --- /dev/null +++ b/res/drawable-hdpi/hotseat_scrubber_holo.9.png diff --git a/res/drawable-hdpi/hotseat_track_holo.9.png b/res/drawable-hdpi/hotseat_track_holo.9.png Binary files differnew file mode 100644 index 0000000..ca495ff --- /dev/null +++ b/res/drawable-hdpi/hotseat_track_holo.9.png diff --git a/res/drawable-hdpi/paged_view_indicator.9.png b/res/drawable-hdpi/paged_view_indicator.9.png Binary files differdeleted file mode 100644 index 9fd357a..0000000 --- a/res/drawable-hdpi/paged_view_indicator.9.png +++ /dev/null diff --git a/res/drawable-mdpi/hotseat_scrubber_holo.9.png b/res/drawable-mdpi/hotseat_scrubber_holo.9.png Binary files differnew file mode 100644 index 0000000..8b7e109 --- /dev/null +++ b/res/drawable-mdpi/hotseat_scrubber_holo.9.png diff --git a/res/drawable-mdpi/hotseat_track_holo.9.png b/res/drawable-mdpi/hotseat_track_holo.9.png Binary files differnew file mode 100644 index 0000000..a542cb7 --- /dev/null +++ b/res/drawable-mdpi/hotseat_track_holo.9.png diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 3c5e0df..d2f52c8 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -39,6 +39,14 @@ <include android:id="@+id/cell4" layout="@layout/workspace_screen" /> <include android:id="@+id/cell5" layout="@layout/workspace_screen" /> </com.android.launcher2.Workspace> + + <ImageView + android:id="@+id/paged_view_indicator_track" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" + android:scaleType="fitXY" + android:src="@drawable/hotseat_track_holo" /> <ImageView android:id="@+id/paged_view_indicator" android:layout_width="wrap_content" @@ -47,7 +55,7 @@ android:visibility="gone" android:alpha="0" android:scaleType="fitXY" - android:src="@drawable/paged_view_indicator" /> + android:src="@drawable/hotseat_scrubber_holo" /> <include layout="@layout/qsb_bar" android:id="@+id/qsb_bar" diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index d2b9275..acb3b47 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -37,16 +37,25 @@ <include android:id="@+id/cell4" layout="@layout/workspace_screen" /> <include android:id="@+id/cell5" layout="@layout/workspace_screen" /> </com.android.launcher2.Workspace> + + <ImageView + android:id="@+id/paged_view_indicator_track" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" + android:layout_marginBottom="@dimen/button_bar_height" + android:scaleType="fitXY" + android:src="@drawable/hotseat_track_holo" /> <ImageView android:id="@+id/paged_view_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" + android:layout_marginBottom="@dimen/button_bar_height" android:visibility="gone" - android:paddingBottom="@dimen/button_bar_height" android:alpha="0" android:scaleType="fitXY" - android:src="@drawable/paged_view_indicator" /> + android:src="@drawable/hotseat_scrubber_holo" /> <include layout="@layout/qsb_bar" android:id="@+id/qsb_bar" diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index b455153..ecb10ec 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -76,6 +76,13 @@ launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y" launcher:maxGap="@dimen/workspace_max_gap" /> <ImageView + android:id="@+id/paged_view_indicator_track" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" + android:scaleType="fitXY" + android:src="@drawable/hotseat_track_holo" /> + <ImageView android:id="@+id/paged_view_indicator" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -83,7 +90,7 @@ android:visibility="gone" android:alpha="0" android:scaleType="fitXY" - android:src="@drawable/paged_view_indicator" /> + android:src="@drawable/hotseat_scrubber_holo" /> </FrameLayout> </LinearLayout> </com.android.launcher2.AppsCustomizeTabHost> |