blob: 842cbdb2d36c80ee5e0538ba868270ef7c94e424 [file] [log] [blame]
Jeff Sharkey2af67a92018-04-01 18:25:54 -06001<?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
17<LinearLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
21 android:orientation="vertical">
22 <TextView
23 android:layout_width="match_parent"
24 android:layout_height="wrap_content"
pastychang79614822019-01-03 10:12:54 +080025 android:layout_marginTop="@dimen/sud_description_margin_top"
Jeff Sharkey2af67a92018-04-01 18:25:54 -060026 android:textColor="?android:attr/textColorPrimary"
27 android:text="@string/storage_wizard_migrate_v2_checklist" />
28 <TextView
29 android:id="@+id/storage_wizard_migrate_v2_checklist_media"
30 android:layout_width="match_parent"
31 android:layout_height="wrap_content"
pastychang79614822019-01-03 10:12:54 +080032 android:layout_marginTop="@dimen/sud_description_margin_top"
33 android:layout_marginBottom="@dimen/sud_description_margin_bottom"
Jeff Sharkey2af67a92018-04-01 18:25:54 -060034 android:textColor="?android:attr/textColorPrimary"
35 android:text="@string/storage_wizard_migrate_v2_checklist_media"
36 android:drawableStart="@drawable/ic_sd_card"
37 android:drawableTint="?android:attr/textColorSecondary"
pastychang79614822019-01-03 10:12:54 +080038 android:drawablePadding="@dimen/sud_description_margin_bottom" />
Jeff Sharkey2af67a92018-04-01 18:25:54 -060039 <TextView
40 android:layout_width="match_parent"
41 android:layout_height="wrap_content"
pastychang79614822019-01-03 10:12:54 +080042 android:layout_marginBottom="@dimen/sud_description_margin_bottom"
Jeff Sharkey2af67a92018-04-01 18:25:54 -060043 android:textColor="?android:attr/textColorPrimary"
44 android:text="@string/storage_wizard_migrate_v2_checklist_apps"
45 android:drawableStart="@drawable/ic_apps_alt"
46 android:drawableTint="?android:attr/textColorSecondary"
pastychang79614822019-01-03 10:12:54 +080047 android:drawablePadding="@dimen/sud_description_margin_bottom" />
Jeff Sharkey2af67a92018-04-01 18:25:54 -060048 <TextView
49 android:layout_width="match_parent"
50 android:layout_height="wrap_content"
pastychang79614822019-01-03 10:12:54 +080051 android:layout_marginBottom="@dimen/sud_description_margin_bottom"
Jeff Sharkey2af67a92018-04-01 18:25:54 -060052 android:textColor="?android:attr/textColorPrimary"
53 android:text="@string/storage_wizard_migrate_v2_checklist_battery"
54 android:drawableStart="@drawable/ic_battery_charging_full"
55 android:drawableTint="?android:attr/textColorSecondary"
pastychang79614822019-01-03 10:12:54 +080056 android:drawablePadding="@dimen/sud_description_margin_bottom" />
Jeff Sharkey2af67a92018-04-01 18:25:54 -060057</LinearLayout>