This commit is contained in:
serso
2016-03-23 21:51:07 +01:00
parent ea61997f07
commit bf8aede7f7
3 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -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