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

Commit 87ce1d2b authored by Justin Mattson's avatar Justin Mattson
Browse files

Put annotations in the right place

Put annotations in the theme defintion rather than in the public.xml
file.

Change-Id: I078b7676423be4cd362df251be630c1617da030c
parent 795903e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2497,8 +2497,6 @@

  <public-padding type="interpolator" name="l_resource_pad" end="0x010c0010" />

  <!-- @SystemApi -->
  <!-- @hide -->
  <public type="style" name="Theme.Leanback.FormWizard"/>

  <!-- An interpolator which accelerates fast but decelerates slowly. -->
+1 −2
Original line number Diff line number Diff line
@@ -63,8 +63,7 @@
        <item name="alertDialogStyle">@style/AlertDialog.Leanback</item>
    </style>

    <!-- Setup and form wizard themes -->

    <!-- Setup and form wizard themes @hide @SystemApi-->
    <style name="Theme.Leanback.FormWizard" parent="Theme.Material.NoActionBar">
        <item name="windowBackground">@drawable/background_leanback_setup</item>
        <item name="colorBackgroundCacheHint">@null</item>