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

Commit 3baae7bc authored by Todd Lee's avatar Todd Lee Committed by Android (Google) Code Review
Browse files

Merge "Revert addition of material shape resources." into main

parents cb27fa5a e3d14feb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2167,11 +2167,6 @@ package android {
    field public static final int notification_large_icon_width = 17104901; // 0x1050005
    field public static final int system_app_widget_background_radius = 17104904; // 0x1050008
    field public static final int system_app_widget_inner_radius = 17104905; // 0x1050009
    field public static final int system_corner_radius_large;
    field public static final int system_corner_radius_medium;
    field public static final int system_corner_radius_small;
    field public static final int system_corner_radius_xlarge;
    field public static final int system_corner_radius_xsmall;
    field public static final int thumbnail_height = 17104897; // 0x1050001
    field public static final int thumbnail_width = 17104898; // 0x1050002
  }
+0 −7
Original line number Diff line number Diff line
@@ -204,11 +204,4 @@
    <dimen name="progress_bar_size_small">16dip</dimen>
    <dimen name="progress_bar_size_medium">48dp</dimen>
    <dimen name="progress_bar_size_large">76dp</dimen>

    <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes-->
    <dimen name="system_corner_radius_xsmall">4dp</dimen>
    <dimen name="system_corner_radius_small">8dp</dimen>
    <dimen name="system_corner_radius_medium">16dp</dimen>
    <dimen name="system_corner_radius_large">26dp</dimen>
    <dimen name="system_corner_radius_xlarge">36dp</dimen>
</resources>
+5 −5
Original line number Diff line number Diff line
@@ -184,11 +184,11 @@

  <staging-public-group type="dimen" first-id="0x01b90000">
    <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes-->
    <public name="system_corner_radius_xsmall" />
    <public name="system_corner_radius_small" />
    <public name="system_corner_radius_medium" />
    <public name="system_corner_radius_large" />
    <public name="system_corner_radius_xlarge" />
    <public name="removed_system_corner_radius_xsmall" />
    <public name="removed_system_corner_radius_small" />
    <public name="removed_system_corner_radius_medium" />
    <public name="removed_system_corner_radius_large" />
    <public name="removed_system_corner_radius_xlarge" />
  </staging-public-group>

  <staging-public-group type="color" first-id="0x01b80000">
+0 −7
Original line number Diff line number Diff line
@@ -5356,11 +5356,4 @@
  <java-symbol type="drawable" name="ic_satellite_alt_24px" />

  <java-symbol type="bool" name="config_watchlistUseFileHashesCache" />

  <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes-->
  <java-symbol type="dimen" name="system_corner_radius_xsmall" />
  <java-symbol type="dimen" name="system_corner_radius_small" />
  <java-symbol type="dimen" name="system_corner_radius_medium" />
  <java-symbol type="dimen" name="system_corner_radius_large" />
  <java-symbol type="dimen" name="system_corner_radius_xlarge" />
</resources>