|
@@ -22,7 +22,7 @@
|
|
|
android:layout_width="30dp"
|
|
|
android:layout_height="30dp"
|
|
|
android:background="@drawable/tools_annot_properties_icon_btn_corner_status_bg"
|
|
|
- android:foreground="@drawable/tools_common_btn_corner_ripple"
|
|
|
+ android:foreground="@drawable/tools_common_btn_corner_ripple_in_widget"
|
|
|
android:padding="4dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toStartOf="@id/iv_ink_eraser"
|
|
@@ -50,7 +50,7 @@
|
|
|
android:layout_height="30dp"
|
|
|
android:background="@drawable/tools_annot_properties_icon_btn_corner_status_bg"
|
|
|
android:padding="4dp"
|
|
|
- android:foreground="@drawable/tools_common_btn_corner_ripple"
|
|
|
+ android:foreground="@drawable/tools_common_btn_corner_ripple_in_widget"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toStartOf="@id/iv_ink_redo"
|
|
|
app:layout_constraintStart_toEndOf="@id/iv_ink_eraser"
|
|
@@ -64,7 +64,7 @@
|
|
|
android:layout_height="30dp"
|
|
|
android:background="@drawable/tools_annot_properties_icon_btn_corner_status_bg"
|
|
|
android:padding="4dp"
|
|
|
- android:foreground="@drawable/tools_common_btn_corner_ripple"
|
|
|
+ android:foreground="@drawable/tools_common_btn_corner_ripple_in_widget"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toStartOf="@id/line"
|
|
|
app:layout_constraintStart_toEndOf="@id/iv_ink_undo"
|
|
@@ -89,7 +89,7 @@
|
|
|
android:id="@+id/tv_ink_clean"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/tools_common_btn_corner_ripple"
|
|
|
+ android:background="@drawable/tools_common_btn_corner_ripple_in_widget"
|
|
|
android:text="@string/tools_clean"
|
|
|
android:paddingVertical="2dp"
|
|
|
android:paddingHorizontal="6dp"
|
|
@@ -104,7 +104,7 @@
|
|
|
android:id="@+id/tv_ink_save"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/tools_common_btn_corner_ripple"
|
|
|
+ android:background="@drawable/tools_common_btn_corner_ripple_in_widget"
|
|
|
android:paddingVertical="2dp"
|
|
|
android:paddingHorizontal="6dp"
|
|
|
android:text="@string/tools_save"
|