<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2015 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:background="@color/common_tv_background" android:paddingStart="40dp" android:paddingEnd="56dp" android:paddingTop="44dp" android:paddingBottom="27dp"> <ImageView android:id="@+id/icon" android:layout_width="64dp" android:layout_height="64dp" android:layout_marginTop="8dp" android:layout_alignParentTop="true" android:layout_alignParentStart="true" android:scaleType="centerInside" android:src="@drawable/ic_tvoption_channel_sources" /> <Button android:id="@+id/setup" style="@style/Widget.Setup.GuidedActionItemContainerStyle" android:layout_width="306dp" android:layout_height="45dp" android:layout_marginTop="7dp" android:layout_alignParentEnd="true" android:layout_marginStart="56dp" android:background="@null" android:foreground="@drawable/setup_selector_background" android:gravity="start" android:text="@string/new_sources_action_setup"/> <Button android:id="@+id/skip" style="@style/Widget.Setup.GuidedActionItemContainerStyle" android:layout_width="306dp" android:layout_height="45dp" android:layout_alignParentEnd="true" android:layout_below="@id/setup" android:background="@null" android:foreground="@drawable/setup_selector_background" android:gravity="start" android:text="@string/new_sources_action_skip"/> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_marginTop="11dp" android:layout_marginBottom="18dp" android:layout_toEndOf="@id/icon" android:layout_toStartOf="@+id/setup" android:fontFamily="@string/light_font" android:textColor="#EEEEEE" android:text="@string/new_sources_title" android:textSize="34sp"/> <TextView android:id="@+id/description" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/title" android:layout_marginBottom="8dp" android:layout_toEndOf="@id/icon" android:layout_toStartOf="@id/setup" android:fontFamily="@string/light_font" android:text="@string/new_sources_description" android:textColor="#ADEEEEEE"/> </RelativeLayout>