blob: 778feb36500bac093e59a93841e6ac10fa0eaac6 [file] [log] [blame]
George Mountb316f492012-10-09 17:50:33 -07001<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/photopage_progress_bar"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
6 android:layout_alignParentBottom="true"
7 android:layout_alignParentLeft="true"
8 android:padding="25dp"
9 android:visibility="invisible">
10 <View
11 android:id="@+id/photopage_progress_background"
12 android:background="#ff000000"
13 android:layout_width="match_parent"
14 android:layout_height="8dp"
15 android:layout_alignParentBottom="true"
16 android:visibility="visible"/>
17 <View
18 android:id="@+id/photopage_progress_foreground"
19 android:background="#ff33b5e5"
20 android:layout_width="10dp"
21 android:layout_height="8dp"
22 android:layout_alignParentLeft="true"
23 android:layout_alignParentBottom="true"
24 android:visibility="visible"/>
25 <TextView
26 android:id="@+id/photopage_progress_bar_text"
27 android:text="@string/pano_progress_text"
28 android:textColor="#ffffffff"
29 android:textSize="14dp"
30 android:shadowColor="#ff000000"
31 android:shadowDx="0"
32 android:shadowDy="0"
33 android:shadowRadius="2"
34 android:layout_width="wrap_content"
35 android:layout_height="wrap_content"
36 android:layout_alignParentRight="true"
37 android:layout_above="@id/photopage_progress_background"
38 android:paddingBottom="8dp"
39 android:visibility="visible"/>
40</RelativeLayout>