|
@@ -55,7 +55,7 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
- <SeekBar
|
|
|
|
|
|
+ <com.kdanmobile.reader.annotationattribute.AnnotationAttributeWindowSeekBar
|
|
android:id="@+id/seekBar_readerAnnotationProperty_thickness"
|
|
android:id="@+id/seekBar_readerAnnotationProperty_thickness"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
app:layout_constraintLeft_toRightOf="@id/barrier_readerAnnotationProperty_thicknessOpacityText"
|
|
app:layout_constraintLeft_toRightOf="@id/barrier_readerAnnotationProperty_thicknessOpacityText"
|
|
@@ -63,20 +63,14 @@
|
|
app:layout_constraintTop_toBottomOf="@id/waveLineView_readerAnnotationProperty"
|
|
app:layout_constraintTop_toBottomOf="@id/waveLineView_readerAnnotationProperty"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="32dp"
|
|
android:layout_height="32dp"
|
|
- android:min="1"
|
|
|
|
- android:max="16"
|
|
|
|
- android:maxHeight="1dp"
|
|
|
|
- android:minHeight="1dp"
|
|
|
|
|
|
+ app:minValue="1"
|
|
|
|
+ app:maxValue="16"
|
|
|
|
+ app:initValue="3"
|
|
android:paddingLeft="10dp"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:paddingRight="10dp"
|
|
- android:progress="3"
|
|
|
|
- android:progressTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
|
- android:progressBackgroundTint="@color/selector_annotation_attribute_seek_bar_background"
|
|
|
|
- android:thumbTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
|
- android:scrollbarStyle="insideOverlay"
|
|
|
|
android:thumbOffset="7dp" />
|
|
android:thumbOffset="7dp" />
|
|
|
|
|
|
- <SeekBar
|
|
|
|
|
|
+ <com.kdanmobile.reader.annotationattribute.AnnotationAttributeWindowSeekBar
|
|
android:id="@+id/seekBar_readerAnnotationProperty_opacity"
|
|
android:id="@+id/seekBar_readerAnnotationProperty_opacity"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
app:layout_constraintLeft_toRightOf="@id/barrier_readerAnnotationProperty_thicknessOpacityText"
|
|
app:layout_constraintLeft_toRightOf="@id/barrier_readerAnnotationProperty_thicknessOpacityText"
|
|
@@ -84,17 +78,12 @@
|
|
app:layout_constraintTop_toBottomOf="@id/seekBar_readerAnnotationProperty_thickness"
|
|
app:layout_constraintTop_toBottomOf="@id/seekBar_readerAnnotationProperty_thickness"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="32dp"
|
|
android:layout_height="32dp"
|
|
- android:min="1"
|
|
|
|
- android:max="100"
|
|
|
|
|
|
+ app:minValue="1"
|
|
|
|
+ app:maxValue="100"
|
|
|
|
+ app:initValue="50"
|
|
android:progress="50"
|
|
android:progress="50"
|
|
- android:maxHeight="1dp"
|
|
|
|
- android:minHeight="1dp"
|
|
|
|
android:paddingLeft="10dp"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:paddingRight="10dp"
|
|
- android:progressTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
|
- android:progressBackgroundTint="@color/selector_annotation_attribute_seek_bar_background"
|
|
|
|
- android:thumbTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
|
- android:scrollbarStyle="insideOverlay"
|
|
|
|
/>
|
|
/>
|
|
|
|
|
|
<android.support.constraint.Barrier
|
|
<android.support.constraint.Barrier
|