use the primary color for the brush size seekbar

This commit is contained in:
tibbi 2017-04-09 18:50:51 +02:00
parent 923080d92b
commit 6d07c9572f
2 changed files with 3 additions and 1 deletions

View File

@ -79,6 +79,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
val isStrokeWidthBarEnabled = config.showBrushSize
stroke_width_bar.beVisibleIf(isStrokeWidthBarEnabled)
my_canvas.setIsStrokeWidthBarEnabled(isStrokeWidthBarEnabled)
updateTextColors(main_holder)
}
override fun onPause() {

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_holder"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -26,7 +27,7 @@
android:src="@drawable/ic_undo"
android:visibility="gone"/>
<SeekBar
<com.simplemobiletools.commons.views.MySeekBar
android:id="@+id/stroke_width_bar"
android:layout_width="@dimen/stroke_bar_size"
android:layout_height="wrap_content"