mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Remove padding on background and icon.
This padding causes the x to look pointy. bug:342246204 Test: before padding:https://screenshot.googleplex.com/GU8ZKEcGPH7DaAD after padding: https://screenshot.googleplex.com/aRGtiKMQ8jyMWsw Flag: NONE Padding change Change-Id: I910914b742bfbb5bf0122ebb1b950ce95c43e9ed
This commit is contained in:
@@ -22,8 +22,5 @@
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?attr/materialColorSurfaceContainerLow" />
|
||||
<padding
|
||||
android:left="@dimen/rounded_button_padding"
|
||||
android:right="@dimen/rounded_button_padding" />
|
||||
</shape>
|
||||
|
||||
|
||||
@@ -44,8 +44,7 @@
|
||||
<FrameLayout
|
||||
android:layout_width="@dimen/rounded_button_width"
|
||||
android:layout_height="@dimen/rounded_button_width"
|
||||
android:background="@drawable/rounded_action_button"
|
||||
android:padding="@dimen/rounded_button_padding">
|
||||
android:background="@drawable/rounded_action_button">
|
||||
<ImageButton
|
||||
android:id="@+id/action_btn"
|
||||
android:layout_width="@dimen/x_icon_size"
|
||||
|
||||
@@ -172,8 +172,6 @@
|
||||
<dimen name="padded_rounded_button_height">48dp</dimen>
|
||||
<dimen name="rounded_button_height">48dp</dimen>
|
||||
<dimen name="rounded_button_radius">200dp</dimen>
|
||||
<dimen name="rounded_button_padding">8dp</dimen>
|
||||
|
||||
|
||||
<!-- Widget tray -->
|
||||
<dimen name="widget_cell_vertical_padding">8dp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user