From 3a45c33d74fe0ad0ade9be3d037560a53891c627 Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Tue, 15 Oct 2013 19:10:28 -0700 Subject: Show a preview cover until real preview is ready Bug: 11211650 Change-Id: Ic4b26ef0f03eac0682e7be0d4bcb1c4632d85f39 --- res/layout/panorama_module.xml | 6 ++++++ res/layout/photo_module.xml | 6 ++++++ res/layout/video_module.xml | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'res/layout') diff --git a/res/layout/panorama_module.xml b/res/layout/panorama_module.xml index 0b2785a3e..581170f07 100644 --- a/res/layout/panorama_module.xml +++ b/res/layout/panorama_module.xml @@ -19,6 +19,12 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + + Date: Thu, 17 Oct 2013 15:41:44 -0700 Subject: gcam: Add placeholder image. Bug: 11050749 Change-Id: I374c5919d6da0609fccd21c09775fa91894d5a24 --- res/layout/placeholder_progressbar.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 res/layout/placeholder_progressbar.xml (limited to 'res/layout') diff --git a/res/layout/placeholder_progressbar.xml b/res/layout/placeholder_progressbar.xml new file mode 100644 index 000000000..45eadfbe0 --- /dev/null +++ b/res/layout/placeholder_progressbar.xml @@ -0,0 +1,29 @@ + + + + + -- cgit v1.2.3 From 3ec8d21ae9f687ed213f7b2818e1b8758741689d Mon Sep 17 00:00:00 2001 From: ztenghui Date: Tue, 5 Nov 2013 15:23:12 -0800 Subject: Fix the RTL layout in the app's manifest. At the same time, make sure the bottom controls are following RTL rules. bug:11481090 Change-Id: I52262aece7c16c194b6419150c1d4c13abff4f2d --- res/layout/filmstrip_bottom_controls.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout') diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml index 5b049fe5e..1ad07aee9 100644 --- a/res/layout/filmstrip_bottom_controls.xml +++ b/res/layout/filmstrip_bottom_controls.xml @@ -30,6 +30,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" android:background="@drawable/photopage_bottom_button_background" android:paddingBottom="5dp" android:paddingLeft="15dp" @@ -55,6 +56,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" android:background="@drawable/photopage_bottom_button_background" android:paddingBottom="5dp" android:paddingLeft="15dp" -- cgit v1.2.3