summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-10 17:58:32 +0800
committerWu-cheng Li <wuchengli@google.com>2011-08-10 18:15:32 +0800
commit5e270b255775e1aae76cb476873001798ad8e88a (patch)
tree3de6e402febc32155d48481bc58a28254ec08d11 /res/layout-w1024dp
parent89155720bce8b530659bcdd48bcb3802bc80a6ba (diff)
downloadLegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.zip
LegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.tar.gz
LegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.tar.bz2
Remove share icon and close arrow.
Alose increase the speed of icon rotation. bug:5141343 bug:5141404 bug:5141514 Change-Id: I0db6b6edbc0fc1a0f83b4f29f6828bcff01bf0c4
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r--res/layout-w1024dp/review_thumbnail.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/res/layout-w1024dp/review_thumbnail.xml b/res/layout-w1024dp/review_thumbnail.xml
index 0f8c4d1..d206997 100644
--- a/res/layout-w1024dp/review_thumbnail.xml
+++ b/res/layout-w1024dp/review_thumbnail.xml
@@ -14,10 +14,10 @@
limitations under the License.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/share_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/thumbnail"
+ android:layout_width="86dp"
+ android:layout_height="86dp"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginTop="@dimen/thumbnail_margin_top"
@@ -26,12 +26,4 @@
android:clickable="true"
android:focusable="false"
android:background="@drawable/border_last_picture">
- <com.android.camera.ui.RotateImageView android:id="@+id/share_icon"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:src="@drawable/ic_viewfinder_share"
- android:background="@android:color/black" />
- <com.android.camera.ui.RotateImageView android:id="@+id/thumbnail"
- android:layout_width="86dp"
- android:layout_height="86dp"/>
-</LinearLayout> \ No newline at end of file
+</com.android.camera.ui.RotateImageView> \ No newline at end of file