|
@@ -67,8 +67,8 @@
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/switch_grid_view_button"
|
|
|
style="@style/Widget.AppTheme.Button.IconButton"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:contentDescription="@string/action_switch_grid_view"
|
|
|
app:cornerRadius="24dp"
|
|
@@ -147,8 +147,8 @@
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/menu_button"
|
|
|
style="@style/Widget.AppTheme.Button.IconButton"
|
|
|
- android:layout_width="38dp"
|
|
|
- android:layout_height="38dp"
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginStart="8dp"
|
|
|
android:contentDescription="@string/action_switch_grid_view"
|
|
|
app:cornerRadius="@dimen/button_corner_radius"
|
|
@@ -161,11 +161,11 @@
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
|
android:id="@+id/search_text"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginStart="18dp"
|
|
|
android:layout_marginEnd="18dp"
|
|
|
android:ellipsize="end"
|
|
|
- android:gravity="start"
|
|
|
+ android:gravity="start|center_vertical"
|
|
|
android:lines="1"
|
|
|
android:textColor="@color/fontSecondaryAppbar"
|
|
|
android:textSize="16sp"
|
|
@@ -178,8 +178,8 @@
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/switch_account_button"
|
|
|
style="@style/Widget.AppTheme.Button.IconButton"
|
|
|
- android:layout_width="42dp"
|
|
|
- android:layout_height="42dp"
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="48dp"
|
|
|
android:layout_marginEnd="6dp"
|
|
|
app:cornerRadius="@dimen/button_corner_radius"
|
|
|
app:iconSize="30dp"
|