mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-01 00:35:05 +01:00
d7e38e9556
An unusual big commit, unfortunately needed because none of these changes would make sense nor work individual. A quick list of what have been done follows. * Introduced a control panel to control buttons replacing the FAB bar * `ConfigurableButton` and `OnScreenConfiguration` interfaces have been introduced to allow for easier proxying of actions when applying the same changes to all buttons * Button resize logic has been stripped from the buttons in favor of the new sliders * General cleanup and renaming of various methods to better reflect their functionality
11 lines
451 B
XML
11 lines
451 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<dimen name="grid_padding">8dp</dimen>
|
|
<dimen name="onScreenItemHorizontalMargin">10dp</dimen>
|
|
<dimen name="cornerRadius">6dp</dimen>
|
|
<dimen name="cornerRadiusMedium">12dp</dimen>
|
|
|
|
<!-- Remove the default material slider vertical padding -->
|
|
<dimen name="mtrl_slider_widget_height" tools:override="true">0dp</dimen>
|
|
</resources>
|