blob: f95a44fc0cfb3622fe1bd7bd3250abad2692af5d [file] [log] [blame]
Joe Onoratob51886d2010-11-08 18:25:51 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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
Fan Zhang6b2bb392016-09-28 09:07:44 -070017<LinearLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
Joe Onoratob51886d2010-11-08 18:25:51 -080020 android:layout_height="wrap_content"
Fan Zhang6b2bb392016-09-28 09:07:44 -070021 android:gravity="center_vertical"
22 android:orientation="horizontal"
pastychang79614822019-01-03 10:12:54 +080023 style="@style/SudDescription.Glif" >
Fan Zhang6b2bb392016-09-28 09:07:44 -070024 <ImageView
25 android:id="@android:id/icon"
26 android:layout_width="56dp"
27 android:layout_height="56dp"
28 android:paddingEnd="8dp"/>
29 <TextView
30 android:id="@android:id/title"
31 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
pastychang79614822019-01-03 10:12:54 +080033 style="@style/TextAppearance.SudGlifItemSummary"/>
Fan Zhang6b2bb392016-09-28 09:07:44 -070034</LinearLayout>
Joe Onoratob51886d2010-11-08 18:25:51 -080035