Fix compilation
This commit is contained in:
parent
9eb8dc66a7
commit
0afa59ee4e
4 changed files with 1 additions and 4 deletions
|
@ -37,7 +37,6 @@
|
|||
|
||||
<com.google.android.material.slider.Slider
|
||||
android:id="@+id/slider"
|
||||
style="@style/Widget.Styled.Slider"
|
||||
android:layout_marginLeft="@dimen/content_padding"
|
||||
android:layout_marginRight="@dimen/content_padding"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
|
||||
<com.google.android.material.slider.Slider
|
||||
android:id="@+id/split_slider"
|
||||
style="@style/Widget.Styled.Slider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/content_padding"
|
||||
|
|
|
@ -95,7 +95,6 @@
|
|||
|
||||
<com.google.android.material.slider.Slider
|
||||
android:id="@+id/width_slider"
|
||||
style="@style/Widget.Styled.Slider"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/content_padding"
|
||||
|
|
|
@ -79,7 +79,7 @@ public class CustomColorBottomSheet extends MenuBottomSheetDialogFragment implem
|
|||
}
|
||||
|
||||
private View createPickerView() {
|
||||
LayoutInflater themedInflater = UiUtilities.getMaterialInflater(getActivity(), nightMode);
|
||||
LayoutInflater themedInflater = UiUtilities.getInflater(getActivity(), nightMode);
|
||||
View colorView = themedInflater.inflate(R.layout.custom_color_picker, null);
|
||||
colorPicker = colorView.findViewById(R.id.color_picker_view);
|
||||
newColorPanel = colorView.findViewById(R.id.color_panel_new);
|
||||
|
|
Loading…
Reference in a new issue