Icons for plotter

This commit is contained in:
serso
2016-02-26 23:49:48 +01:00
parent 6d1357e15d
commit b1b2a76be8
22 changed files with 17 additions and 26 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

View File

@@ -16,11 +16,11 @@
a:layout_gravity="top|start"
a:src="@drawable/ic_straighten_white_24dp" />
<org.solovyev.android.material.MaterialButton
<org.solovyev.android.material.MaterialImageButton
a:id="@id/plot_3d_button"
style="@style/CppPlotButton"
a:layout_gravity="top|end"
a:text="@string/cpp_plot_3d" />
a:src="@drawable/ic_3d_rotation_white_24dp" />
<LinearLayout
a:layout_width="wrap_content"
@@ -28,10 +28,10 @@
a:layout_gravity="bottom|start"
a:orientation="vertical">
<org.solovyev.android.material.MaterialButton
<org.solovyev.android.material.MaterialImageButton
a:id="@+id/plot_add_function"
style="@style/CppPlotButton"
a:text="@string/cpp_plot_add_function" />
a:src="@drawable/ic_add_white_24dp" />
<org.solovyev.android.material.MaterialImageButton
a:id="@+id/plot_functions"
@@ -45,20 +45,20 @@
a:layout_gravity="bottom|end"
a:orientation="vertical">
<org.solovyev.android.material.MaterialButton
<org.solovyev.android.material.MaterialImageButton
a:id="@id/plot_zoom_in_button"
style="@style/CppPlotButton"
a:text="@string/cpp_plot_zoom_in" />
a:src="@drawable/ic_zoom_in_white_24dp" />
<org.solovyev.android.material.MaterialButton
<org.solovyev.android.material.MaterialImageButton
a:id="@id/plot_zoom_reset_button"
style="@style/CppPlotButton"
a:text="@string/cpp_plot_zoom_reset" />
a:src="@drawable/ic_my_location_white_24dp" />
<org.solovyev.android.material.MaterialButton
<org.solovyev.android.material.MaterialImageButton
a:id="@id/plot_zoom_out_button"
style="@style/CppPlotButton"
a:text="@string/cpp_plot_zoom_out" />
a:src="@drawable/ic_zoom_out_white_24dp" />
</LinearLayout>
</org.solovyev.android.plotter.PlotViewFrame>