diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-01 19:32:10 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-01 21:07:43 +0800 |
commit | 20b3c3526ebb8d8a6873f7a1110f23847a843515 (patch) | |
tree | aada8685ccaf217142e742e9964d953fcab0caca /res | |
parent | c89a0eb7b1f0cd5cd45de8fd08ff051f6f74f382 (diff) | |
download | packages_apps_LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.zip packages_apps_LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.tar.gz packages_apps_LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.tar.bz2 |
Update focus rectangle assets.
bug:5223866
Change-Id: I9e938953dd552da784fdea067a9b2b3859e579dd
Diffstat (limited to 'res')
15 files changed, 4 insertions, 4 deletions
diff --git a/res/drawable-hdpi/ic_focus_face_focused.9.png b/res/drawable-hdpi/ic_focus_face_focused.9.png Binary files differnew file mode 100644 index 0000000..d19f0e3 --- /dev/null +++ b/res/drawable-hdpi/ic_focus_face_focused.9.png diff --git a/res/drawable-hdpi/ic_focus_failed.9.png b/res/drawable-hdpi/ic_focus_failed.9.png Binary files differindex 3113301..af464d8 100644 --- a/res/drawable-hdpi/ic_focus_failed.9.png +++ b/res/drawable-hdpi/ic_focus_failed.9.png diff --git a/res/drawable-hdpi/ic_focus_focused.9.png b/res/drawable-hdpi/ic_focus_focused.9.png Binary files differindex c529e9a..790669c 100644 --- a/res/drawable-hdpi/ic_focus_focused.9.png +++ b/res/drawable-hdpi/ic_focus_focused.9.png diff --git a/res/drawable-hdpi/ic_focus_focusing.9.png b/res/drawable-hdpi/ic_focus_focusing.9.png Binary files differindex c7e9acc..4f7137b 100644 --- a/res/drawable-hdpi/ic_focus_focusing.9.png +++ b/res/drawable-hdpi/ic_focus_focusing.9.png diff --git a/res/drawable-mdpi/ic_focus_face_focused.9.png b/res/drawable-mdpi/ic_focus_face_focused.9.png Binary files differnew file mode 100644 index 0000000..1035a01 --- /dev/null +++ b/res/drawable-mdpi/ic_focus_face_focused.9.png diff --git a/res/drawable-mdpi/ic_focus_failed.9.png b/res/drawable-mdpi/ic_focus_failed.9.png Binary files differindex d781cb3..5d6deab 100644 --- a/res/drawable-mdpi/ic_focus_failed.9.png +++ b/res/drawable-mdpi/ic_focus_failed.9.png diff --git a/res/drawable-mdpi/ic_focus_focused.9.png b/res/drawable-mdpi/ic_focus_focused.9.png Binary files differindex d81dc28..31ecb1c 100644 --- a/res/drawable-mdpi/ic_focus_focused.9.png +++ b/res/drawable-mdpi/ic_focus_focused.9.png diff --git a/res/drawable-mdpi/ic_focus_focusing.9.png b/res/drawable-mdpi/ic_focus_focusing.9.png Binary files differindex 4f6f8d1..a5c8331 100644 --- a/res/drawable-mdpi/ic_focus_focusing.9.png +++ b/res/drawable-mdpi/ic_focus_focusing.9.png diff --git a/res/drawable-xhdpi/ic_focus_face_focused.9.png b/res/drawable-xhdpi/ic_focus_face_focused.9.png Binary files differnew file mode 100644 index 0000000..add24a2 --- /dev/null +++ b/res/drawable-xhdpi/ic_focus_face_focused.9.png diff --git a/res/drawable-xhdpi/ic_focus_failed.9.png b/res/drawable-xhdpi/ic_focus_failed.9.png Binary files differindex 2b4dc4d..50672f3 100644 --- a/res/drawable-xhdpi/ic_focus_failed.9.png +++ b/res/drawable-xhdpi/ic_focus_failed.9.png diff --git a/res/drawable-xhdpi/ic_focus_focused.9.png b/res/drawable-xhdpi/ic_focus_focused.9.png Binary files differindex f5b2376..d41d3ac 100644 --- a/res/drawable-xhdpi/ic_focus_focused.9.png +++ b/res/drawable-xhdpi/ic_focus_focused.9.png diff --git a/res/drawable-xhdpi/ic_focus_focusing.9.png b/res/drawable-xhdpi/ic_focus_focusing.9.png Binary files differindex e4be86c..a99abed 100644 --- a/res/drawable-xhdpi/ic_focus_focusing.9.png +++ b/res/drawable-xhdpi/ic_focus_focusing.9.png diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index 6965aed..f6a33af 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -29,7 +29,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"/> - <include layout="@layout/focus_rect"/> + <include layout="@layout/focus_indicator"/> <include layout="@layout/priority_indicators"/> <include layout="@layout/review_control"/> <include layout="@layout/tap_to_focus_toast"/> diff --git a/res/layout/focus_rect.xml b/res/layout/focus_indicator.xml index f8aef7c..0e67061 100644 --- a/res/layout/focus_rect.xml +++ b/res/layout/focus_indicator.xml @@ -15,11 +15,11 @@ --> <com.android.camera.ui.RotateLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/focus_rect_rotate_layout" + android:id="@+id/focus_indicator_rotate_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true"> - <com.android.camera.ui.FocusRectangle android:id="@+id/focus_rect" + <com.android.camera.ui.FocusIndicatorView android:id="@+id/focus_indicator" android:layout_width="120dp" android:layout_height="120dp"/> </com.android.camera.ui.RotateLayout> diff --git a/res/layout/preview_frame.xml b/res/layout/preview_frame.xml index b1deb86..e8afb12 100644 --- a/res/layout/preview_frame.xml +++ b/res/layout/preview_frame.xml @@ -35,7 +35,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"/> - <include layout="@layout/focus_rect"/> + <include layout="@layout/focus_indicator"/> <include layout="@layout/priority_indicators"/> <include layout="@layout/tap_to_focus_toast"/> <include layout="@layout/indicator_bar" /> |