blob: 13f070fd998aeb05ecf170e89081779eb53c6878 [file] [log] [blame]
Jeongik Cha08f01ce2024-11-22 13:14:27 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2024 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Seungjae Yood37f1382024-11-28 15:55:55 +090017<resources xmlns:tools="http://schemas.android.com/tools">
Jeongik Cha08f01ce2024-11-22 13:14:27 +000018 <style name="ModifierKeyStyle" parent="@style/Widget.Material3.Button.TextButton">
19 <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
20 <item name="android:textColor">?android:attr/textColorPrimary</item>
21 <item name="android:layout_weight">1</item>
22 <item name="android:layout_width">0dp</item>
23 <item name="android:layout_height">wrap_content</item>
24 <item name="android:paddingHorizontal">0dp</item>
25 <item name="android:hapticFeedbackEnabled">true</item>
26 </style>
Seungjae Yood37f1382024-11-28 15:55:55 +090027 <style name="VmTerminalAppTheme" parent="@style/Theme.Material3.DayNight.NoActionBar">
28 <item name="android:windowLightStatusBar" tools:targetApi="m">?android:attr/isLightTheme</item>
29 </style>
Jeongik Cha2233af32025-01-13 11:28:18 +090030 <style name="FullscreenTheme" parent="@style/Theme.Material3.DayNight.NoActionBar">
31 <item name="android:navigationBarColor">
32 @android:color/transparent
33 </item>
34 <item name="android:statusBarColor">
35 @android:color/transparent
36 </item>
37 <item name="android:windowLayoutInDisplayCutoutMode">
38 always
39 </item>
40 </style>
Seungjae Yood37f1382024-11-28 15:55:55 +090041</resources>