blob: 12f26110b36c8be70673d421cf21a495259c1399 [file] [log] [blame]
Anna Galusza132e0782016-02-05 17:52:49 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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
Anna Galuszad658c0f2016-03-09 14:50:27 -080017<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Anna Galusza132e0782016-02-05 17:52:49 -080018 android:layout_width="match_parent"
19 android:layout_height="0dp"
20 android:layout_weight="1"
Anna Galuszad658c0f2016-03-09 14:50:27 -080021 android:orientation="vertical"
22 android:padding="@dimen/preview_pager_padding"
23 android:background="@drawable/preview_seek_bar_outline" >
Anna Galusza132e0782016-02-05 17:52:49 -080024
Aurimas Liutikase0069d32018-04-17 11:22:43 -070025 <androidx.viewpager.widget.ViewPager
Anna Galusza132e0782016-02-05 17:52:49 -080026 android:id="@+id/preview_pager"
27 android:layout_width="match_parent"
Anna Galusza798b35a2016-07-14 17:10:35 -070028 android:layout_height="100dp"
Anna Galuszad658c0f2016-03-09 14:50:27 -080029 android:layout_weight="1"
Noah Wanga8ef32b2016-03-29 21:32:18 -070030 android:background="?android:attr/colorBackgroundFloating"
31 android:contentDescription="@string/preview_pager_content_description" />
Anna Galusza132e0782016-02-05 17:52:49 -080032
Anna Galusza132e0782016-02-05 17:52:49 -080033 <TextView
Anna Galuszad658c0f2016-03-09 14:50:27 -080034 android:layout_width="match_parent"
Anna Galusza132e0782016-02-05 17:52:49 -080035 android:layout_height="?android:attr/actionBarSize"
Anna Galuszad658c0f2016-03-09 14:50:27 -080036 android:paddingStart="32dp"
37 android:gravity="start|center"
Anna Galusza132e0782016-02-05 17:52:49 -080038 android:text="@string/screen_zoom_preview_title"
Amin Shaikha5e8bdd2018-12-19 14:42:59 -050039 android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"
Noah Wang9faec562016-04-09 23:24:47 -070040 android:importantForAccessibility="no" />
Anna Galuszad658c0f2016-03-09 14:50:27 -080041</LinearLayout>
Anna Galusza132e0782016-02-05 17:52:49 -080042