Aperture: Increase secondary bottom bar buttons size

Keep the same icon size with internal padding

Change-Id: Idbac4015917f6a933f4725a980eb2047ed2f2f35
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index d84a99d..92d917a 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-     SPDX-FileCopyrightText: 2022-2023 The LineageOS Project
+     SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
      SPDX-License-Identifier: Apache-2.0
 -->
 <resources xmlns:tools="http://schemas.android.com/tools">
@@ -47,8 +47,9 @@
 
     <!-- Secondary bottom bar icons theme -->
     <style name="Theme.Aperture.Camera.SecondaryBottomBarButton" parent="Theme.Aperture.Camera.SecondaryBarButton">
-        <item name="android:layout_width">40dp</item>
-        <item name="android:layout_height">40dp</item>
+        <item name="android:layout_width">48dp</item>
+        <item name="android:layout_height">48dp</item>
+        <item name="android:padding">4dp</item>
     </style>
 
     <!-- Info chip -->