summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_filmstrip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/camera_filmstrip.xml')
-rw-r--r--res/layout/camera_filmstrip.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/camera_filmstrip.xml b/res/layout/camera_filmstrip.xml
index 00bbcdb7f..2075a94f4 100644
--- a/res/layout/camera_filmstrip.xml
+++ b/res/layout/camera_filmstrip.xml
@@ -48,9 +48,8 @@
<TextView
android:id="@+id/pano_stitching_progress_text"
android:text="@string/rendering_photo_sphere"
- android:textColor="#ffffffff"
+ android:textColor="@color/white"
android:textSize="14sp"
- android:shadowColor="#ff000000"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="2"
@@ -61,7 +60,7 @@
<ProgressBar
android:id="@+id/pano_stitching_progress_bar"
- style="@android:style/Widget.Holo.Light.ProgressBar.Horizontal"
+ style="@android:style/Widget.Material.Light.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"