diff options
author | Wu-cheng Li <wuchengli@google.com> | 2009-06-19 15:27:30 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2009-06-19 15:39:46 +0800 |
commit | c835e377be4ed36abaeed6dcb42e71b6b8690e05 (patch) | |
tree | ccdba68f539ef898f4e072e1203fb10bbdc50506 /res | |
parent | 84eaae7fbd51fe915c4a5e1daffe444b02352cdb (diff) | |
download | LegacyCamera-c835e377be4ed36abaeed6dcb42e71b6b8690e05.zip LegacyCamera-c835e377be4ed36abaeed6dcb42e71b6b8690e05.tar.gz LegacyCamera-c835e377be4ed36abaeed6dcb42e71b6b8690e05.tar.bz2 |
Move review picture lower.
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/camera_control.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml index 0176a2f..792ad50 100644 --- a/res/layout/camera_control.xml +++ b/res/layout/camera_control.xml @@ -20,15 +20,15 @@ android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_marginRight="4dp" - android:layout_marginTop="12dp" + android:layout_marginTop="13dp" android:layout_marginBottom="10dp" android:layout_alignParentRight="true"> <ImageView android:id="@+id/review_thumbnail" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" - android:layout_height="54dp" - android:layout_width="54dp" + android:layout_height="52dp" + android:layout_width="52dp" android:scaleType="center" android:clickable="true" android:focusable="false" |