summaryrefslogtreecommitdiff
path: root/TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:16 +0000
commit2df05e4505990f438e928ae5c597b5383d57832f (patch)
tree0ebc0230124cdaa344d382be5ca21b0d3618c09e /TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml
parente3602e4250f7d950fab50be45574fdba80b37819 (diff)
parent4f1d7f1fcc787d6fb54e2255405e30477c0d00c4 (diff)
downloadatv-2df05e4505990f438e928ae5c597b5383d57832f.tar.gz
Change-Id: Ie7b8d11784f2429d797fe482c600b3f43647d256
Diffstat (limited to 'TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml')
-rw-r--r--TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml b/TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml
new file mode 100644
index 0000000..502e125
--- /dev/null
+++ b/TvSampleLeanbackLauncher/src/main/res/layout/notification_panel_item_expanded_text.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 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
+ -->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/notification_expanded_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="start"
+ android:fontFamily="sans-serif-condensed"
+ android:paddingBottom="@dimen/notification_panel_item_padding_bottom"
+ android:paddingEnd="@dimen/notification_panel_item_expanded_text_padding_end"
+ android:paddingStart="@dimen/notification_panel_item_expanded_text_padding_start"
+ android:paddingTop="@dimen/notification_panel_item_padding_top"
+ android:textColor="@color/secondary_text_color"
+ android:textSize="@dimen/notification_panel_item_secondary_text_size"
+ android:visibility="gone" /> \ No newline at end of file