Skip to content

Commit 12d6dc4

Browse files
committed
Revert "Trebuchet: Rework hot-seat."
This reverts commit d1a7ca6.
1 parent 564b295 commit 12d6dc4

File tree

7 files changed

+2
-82
lines changed

7 files changed

+2
-82
lines changed

res/color/hots_seat_bg.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

res/drawable/bg_hot_seat.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

res/layout/hotseat.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
xmlns:android="http://schemas.android.com/apk/res/android"
1818
xmlns:launcher="http://schemas.android.com/apk/res-auto"
1919
android:id="@+id/hotseat"
20-
android:layout_width="wrap_content"
20+
android:layout_width="match_parent"
2121
android:layout_height="match_parent"
22-
android:background="@drawable/bg_hot_seat"
2322
android:theme="@style/HomeScreenElementTheme"
2423
android:importantForAccessibility="no"
25-
launcher:containerType="hotseat" />
24+
launcher:containerType="hotseat" />

res/layout/launcher.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
<!-- DO NOT CHANGE THE ID -->
4242
<include
43-
android:layout_width="wrap_content"
4443
android:id="@+id/hotseat"
4544
layout="@layout/hotseat" />
4645

res/values-night-v26/color.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

res/values/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@
3737

3838
<color name="all_apps_bg_hand_fill">#E5E5E5</color>
3939
<color name="all_apps_bg_hand_fill_dark">#9AA0A6</color>
40-
<color name="hot_seat_bg_color">#63656a</color>
41-
<color name="hot_seat_border_color">#212121</color>
4240
</resources>

res/values/dimens.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<!-- Hotseat -->
3232
<dimen name="dynamic_grid_hotseat_top_padding">8dp</dimen>
3333
<dimen name="dynamic_grid_hotseat_bottom_padding">2dp</dimen>
34-
<dimen name="dynamic_grid_hotseat_bg_padding">14dp</dimen>
3534
<!-- Extra bottom padding for non-tall devices. -->
3635
<dimen name="dynamic_grid_hotseat_bottom_non_tall_padding">0dp</dimen>
3736
<dimen name="dynamic_grid_hotseat_extra_vertical_size">34dp</dimen>

0 commit comments

Comments
 (0)