diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-02 03:23:24 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-02 03:23:24 -0700 |
commit | d97d89558a67673396b083f4a75813ffd0b7c87e (patch) | |
tree | 4b16ce1137d2a33068ebb40172b37fffcd1382ac /res/layout-w1024dp | |
parent | ea136afa2f4d38428ad486df5fb0a24db8314a3d (diff) | |
parent | 20b3c3526ebb8d8a6873f7a1110f23847a843515 (diff) | |
download | LegacyCamera-d97d89558a67673396b083f4a75813ffd0b7c87e.zip LegacyCamera-d97d89558a67673396b083f4a75813ffd0b7c87e.tar.gz LegacyCamera-d97d89558a67673396b083f4a75813ffd0b7c87e.tar.bz2 |
Merge "Update focus rectangle assets."
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/preview_frame.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index d7f00b1..ea57476 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/tap_to_focus_toast"/> </RelativeLayout> |