Lint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="0dp"
|
||||
a:layout_weight="2">
|
||||
a:layout_weight="2"
|
||||
tools:ignore="MergeRootFrame">
|
||||
|
||||
<FrameLayout
|
||||
a:id="@+id/editor"
|
||||
|
@@ -64,7 +64,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingLeft="4dp"
|
||||
android:text="@string/fn_line_width"
|
||||
android:text="@string/cpp_plot_function_line_width"
|
||||
tools:ignore="RtlSymmetry"/>
|
||||
|
||||
<SeekBar
|
||||
@@ -79,7 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingLeft="4dp"
|
||||
android:text="@string/fn_line_color"
|
||||
android:text="@string/cpp_plot_function_line_color"
|
||||
tools:ignore="RtlSymmetry"/>
|
||||
|
||||
<uz.shift.colorpicker.LineColorPicker
|
||||
|
Reference in New Issue
Block a user