OSDN Git Service

Rename renering message from panorama to photo sphere.
authorSascha Haeberling <haeberling@google.com>
Sat, 31 Aug 2013 01:11:20 +0000 (18:11 -0700)
committerSascha Haeberling <haeberling@google.com>
Sat, 31 Aug 2013 01:29:41 +0000 (18:29 -0700)
  Bug: 7695145

Change-Id: Ibfd083d4a879eda5dbf866e3a22df651166ea315

res/layout/camera_filmstrip.xml
res/values/strings.xml

index 80e6c4b..89fd8cc 100644 (file)
 
             <TextView
                 android:id="@+id/pano_stitching_progress_text"
-                android:text="@string/pano_progress_text"
+                android:text="@string/rendering_photo_sphere"
                 android:textColor="#ffffffff"
-                android:textSize="14dp"
+                android:textSize="14sp"
                 android:shadowColor="#ff000000"
                 android:shadowDx="0"
                 android:shadowDy="0"
                 android:shadowRadius="2"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
-                android:layout_alignParentRight="true"
                 android:paddingBottom="8dp"
                 android:visibility="visible"
                 android:layout_gravity="right"/>
index 131560d..0f0ebf5 100644 (file)
     <!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
     <string name="trim_too_short">Can not trim : target video is too short</string>
 
-    <!-- Text to show with progress bar while stitching in Gallery -->
-    <string name="pano_progress_text">Rendering panorama</string>
+    <!-- Text to show with progress bar while stitching a photo sphere. 'Photo sphere' is a product name. [CHAR LIMIT=28]-->
+    <string name="rendering_photo_sphere">Rendering photo sphere</string>
 
     <!-- The label on the button that will save an edited image -->
     <string name="save" msgid="8140440041190264400">Save</string>