blob: bd643d7b3e95fea359318308bd8769602d87b968 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2016 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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/critic_score_layout"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/program_guide_table_detail_critic_score_margin_start">
<TextView
android:id="@+id/critic_score_source"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@string/condensed_font"
android:textSize="@dimen/program_guide_table_critic_score_source_text_size" />
<ImageView
android:id="@+id/critic_score_logo"
android:layout_height="@dimen/program_guide_table_detail_critic_score_logo_dimen"
android:layout_width="@dimen/program_guide_table_detail_critic_score_logo_dimen"
android:layout_gravity="center"
android:scaleType="centerInside"
android:layout_marginStart="@dimen/program_guide_table_detail_critic_score_logo_margin_start"/>
<TextView
android:id="@+id/critic_score_score"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@string/condensed_font"
android:textSize="@dimen/program_guide_table_critic_score_score_text_size"
android:layout_marginStart="@dimen/program_guide_table_detail_critic_score_score_margin_start" />
</LinearLayout>