|
49 | 49 |
|
50 | 50 | <com.google.android.material.button.MaterialButton |
51 | 51 | android:id="@+id/btnDelete" |
52 | | - android:layout_width="wrap_content" |
| 52 | + android:layout_width="0dp" |
53 | 53 | android:layout_height="40dp" |
| 54 | + android:layout_weight="1" |
| 55 | + android:layout_marginEnd="4dp" |
54 | 56 | android:text="@string/delete" |
55 | 57 | android:textColor="@android:color/white" |
| 58 | + android:textSize="11sp" |
56 | 59 | app:icon="@drawable/ic_delete" |
57 | 60 | app:iconTint="@android:color/white" |
| 61 | + app:iconSize="18dp" |
58 | 62 | app:backgroundTint="#AAE53935" |
59 | 63 | style="@style/Widget.Material3.Button" /> |
60 | 64 |
|
61 | 65 | <com.google.android.material.button.MaterialButton |
62 | 66 | android:id="@+id/btnRotate" |
63 | | - android:layout_width="wrap_content" |
| 67 | + android:layout_width="0dp" |
64 | 68 | android:layout_height="40dp" |
65 | | - android:layout_marginStart="8dp" |
| 69 | + android:layout_weight="1" |
| 70 | + android:layout_marginEnd="4dp" |
66 | 71 | android:text="@string/rotate" |
67 | 72 | android:textColor="@android:color/white" |
| 73 | + android:textSize="11sp" |
68 | 74 | app:icon="@drawable/ic_rotate" |
69 | 75 | app:iconTint="@android:color/white" |
| 76 | + app:iconSize="18dp" |
70 | 77 | app:backgroundTint="#AA455A64" |
71 | 78 | style="@style/Widget.Material3.Button" /> |
72 | 79 |
|
73 | 80 | <com.google.android.material.button.MaterialButton |
74 | 81 | android:id="@+id/btnShare" |
75 | | - android:layout_width="wrap_content" |
| 82 | + android:layout_width="0dp" |
76 | 83 | android:layout_height="40dp" |
77 | | - android:layout_marginStart="8dp" |
| 84 | + android:layout_weight="1" |
| 85 | + android:layout_marginEnd="4dp" |
78 | 86 | android:text="@string/share" |
79 | 87 | android:textColor="@android:color/white" |
| 88 | + android:textSize="11sp" |
80 | 89 | app:icon="@drawable/ic_share" |
81 | 90 | app:iconTint="@android:color/white" |
| 91 | + app:iconSize="18dp" |
82 | 92 | app:backgroundTint="#AA33B5E5" |
83 | 93 | style="@style/Widget.Material3.Button" /> |
84 | 94 |
|
85 | 95 | <com.google.android.material.button.MaterialButton |
86 | 96 | android:id="@+id/btnTag" |
87 | | - android:layout_width="wrap_content" |
| 97 | + android:layout_width="0dp" |
88 | 98 | android:layout_height="40dp" |
89 | | - android:layout_marginStart="8dp" |
| 99 | + android:layout_weight="1" |
90 | 100 | android:text="@string/tag" |
91 | 101 | android:textColor="@android:color/white" |
| 102 | + android:textSize="11sp" |
92 | 103 | app:icon="@drawable/ic_tag" |
93 | 104 | app:iconTint="@android:color/white" |
| 105 | + app:iconSize="18dp" |
94 | 106 | app:backgroundTint="#AAFFA000" |
95 | 107 | style="@style/Widget.Material3.Button" /> |
96 | 108 |
|
|
0 commit comments