Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14ba6c47 authored by Merissa Mitchell's avatar Merissa Mitchell
Browse files

Rename caption resources for Desktop mode.

Bug: 260276028
Test: None
Change-Id: I136030512455d85e43a0328165a03cf46aaf2959
parent b638b557
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android:id="@+id/handle_menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:background="@drawable/decor_caption_menu_background">
android:background="@drawable/desktop_mode_decor_menu_background">
    <Button
        style="@style/CaptionButtonStyle"
        android:id="@+id/fullscreen_button"
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@
  -->
<com.android.wm.shell.windowdecor.WindowDecorLinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/caption"
    android:id="@+id/desktop_mode_caption"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/decor_caption_title">
    android:background="@drawable/desktop_mode_decor_title">
    <Button
        style="@style/CaptionButtonStyle"
        android:id="@+id/back_button"
Loading