|
22 | 22 | android:layout_width="@dimen/width_button" |
23 | 23 | android:layout_height="@dimen/height_button" |
24 | 24 | android:layout_marginHorizontal="@dimen/margin_horizontal_manual_crop_fragment_top_button" |
25 | | - android:background="@drawable/shape_rounded_rectangle" |
| 25 | + android:background="@drawable/shape_rounded_rectangle_w_button_background" |
26 | 26 | android:gravity="center" |
27 | 27 | android:textStyle="bold" /> |
28 | 28 |
|
|
31 | 31 | android:layout_width="@dimen/width_button" |
32 | 32 | android:layout_height="@dimen/height_button" |
33 | 33 | android:layout_marginHorizontal="@dimen/margin_horizontal_manual_crop_fragment_top_button" |
34 | | - android:background="@drawable/shape_rounded_rectangle" |
| 34 | + android:background="@drawable/shape_rounded_rectangle_w_button_background" |
35 | 35 | android:gravity="center" |
36 | 36 | android:textStyle="bold" /> |
37 | 37 |
|
|
40 | 40 | android:layout_width="@dimen/width_button" |
41 | 41 | android:layout_height="@dimen/height_button" |
42 | 42 | android:layout_marginHorizontal="@dimen/margin_horizontal_manual_crop_fragment_top_button" |
43 | | - android:background="@drawable/shape_rounded_rectangle" |
| 43 | + android:background="@drawable/shape_rounded_rectangle_w_button_background" |
44 | 44 | android:gravity="center" |
45 | 45 | android:textStyle="bold" /> |
46 | 46 |
|
|
49 | 49 | android:layout_width="@dimen/width_button" |
50 | 50 | android:layout_height="@dimen/height_button" |
51 | 51 | android:layout_marginHorizontal="@dimen/margin_horizontal_manual_crop_fragment_top_button" |
52 | | - android:background="@drawable/shape_rounded_rectangle" |
| 52 | + android:background="@drawable/shape_rounded_rectangle_w_button_background" |
53 | 53 | android:gravity="center" |
54 | 54 | android:textStyle="bold" /> |
55 | 55 |
|
|
74 | 74 | android:layout_marginTop="-30dp" |
75 | 75 | android:layout_marginEnd="10dp" |
76 | 76 |
|
77 | | - android:background="@drawable/shape_manual_crop_reset_btn" |
| 77 | + android:background="@drawable/shape_button_reset_crop_adjustment" |
78 | 78 | android:text="@string/reset" |
79 | 79 | android:textColor="@color/highlight" |
80 | 80 | android:textSize="15sp" |
|
101 | 101 | android:layout_gravity="center" |
102 | 102 | android:layout_marginHorizontal="18dp" |
103 | 103 |
|
104 | | - android:background="@drawable/shape_oval_btn" |
| 104 | + android:background="@drawable/shape_oval_w_button_background" |
105 | 105 | android:contentDescription="@string/discard_changes" |
106 | 106 | android:padding="@dimen/padding_image_button_w_background" |
107 | 107 |
|
|
115 | 115 | android:layout_gravity="center" |
116 | 116 | android:layout_marginHorizontal="18dp" |
117 | 117 |
|
118 | | - android:background="@drawable/shape_oval_btn" |
| 118 | + android:background="@drawable/shape_oval_w_button_background" |
119 | 119 | android:contentDescription="@string/apply_adjusted_crop_edges" |
120 | 120 |
|
121 | 121 | android:padding="@dimen/padding_image_button_w_background" |
|
0 commit comments