blob: bf5ea270c51b743016c864395fb63434493e77a0 [file] [log] [blame]
Mill Chen4b19fec2018-11-15 14:39:55 +08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17
Fan Zhang1c15a272019-01-29 16:33:53 -080018<LinearLayout
Mill Chen4b19fec2018-11-15 14:39:55 +080019 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:layout_width="match_parent"
Fan Zhangb64d16d2019-04-10 12:25:10 -070021 android:layout_height="@dimen/contextual_condition_footer_height"
Fan Zhang1c15a272019-01-29 16:33:53 -080022 android:contentDescription="@string/homepage_condition_footer_content_description"
23 android:gravity="end"
24 android:orientation="horizontal"
Fan Zhangb64d16d2019-04-10 12:25:10 -070025 android:paddingTop="@dimen/contextual_condition_footer_padding_top"
26 android:paddingEnd="@dimen/contextual_condition_footer_padding_end">
Mill Chen4b19fec2018-11-15 14:39:55 +080027
Fan Zhang1c15a272019-01-29 16:33:53 -080028 <ImageView
29 android:id="@+id/collapse_button"
30 android:layout_width="wrap_content"
31 android:layout_height="wrap_content"
Sunny Shao3ef480e2019-03-18 11:52:35 +080032 android:src="@drawable/ic_expand_less"/>
Mill Chen4b19fec2018-11-15 14:39:55 +080033
Fan Zhang1c15a272019-01-29 16:33:53 -080034</LinearLayout>