blob: 1c82201b7b55324789a823009239c0a64446337a [file] [log] [blame]
Michael Kolb3148b182013-01-29 14:03:06 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<!-- This layout is shared by phone and tablet in portrait or landscape orientation. -->
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:orientation="vertical"
19 android:layout_height="match_parent"
20 android:layout_width="match_parent">
21 <TextView android:id="@+id/recording_time"
22 style="@style/OnViewfinderLabel"
23 android:gravity="center"
Suman Mukherjee59accbd2016-02-19 10:58:20 +053024 android:text="@string/initial_recording_seconds"
Michael Kolb3148b182013-01-29 14:03:06 -080025 android:drawableLeft="@drawable/ic_recording_indicator"
Suman Mukherjee59accbd2016-02-19 10:58:20 +053026 android:drawablePadding="5dp" />
Michael Kolb3148b182013-01-29 14:03:06 -080027 <TextView android:id="@+id/time_lapse_label"
28 android:text="@string/time_lapse_title"
Suman Mukherjee59accbd2016-02-19 10:58:20 +053029 style="@style/OnViewfinderLabel" />
Michael Kolb3148b182013-01-29 14:03:06 -080030</LinearLayout>