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/layout/focus_indicator.xml | |
parent | c89a0eb7b1f0cd5cd45de8fd08ff051f6f74f382 (diff) | |
download | LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.zip LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.tar.gz LegacyCamera-20b3c3526ebb8d8a6873f7a1110f23847a843515.tar.bz2 |
Update focus rectangle assets.
bug:5223866
Change-Id: I9e938953dd552da784fdea067a9b2b3859e579dd
Diffstat (limited to 'res/layout/focus_indicator.xml')
-rw-r--r-- | res/layout/focus_indicator.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/res/layout/focus_indicator.xml b/res/layout/focus_indicator.xml new file mode 100644 index 0000000..0e67061 --- /dev/null +++ b/res/layout/focus_indicator.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<com.android.camera.ui.RotateLayout xmlns:android="http://schemas.android.com/apk/res/android" + 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.FocusIndicatorView android:id="@+id/focus_indicator" + android:layout_width="120dp" + android:layout_height="120dp"/> +</com.android.camera.ui.RotateLayout> |