Loading Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ android_app { static_libs: [ // DO NOT EDIT THIS SECTION MANUALLY "androidx.graphics_graphics-shapes", "androidx.gridlayout_gridlayout", "androidx.webkit_webkit", "com.google.android.material_material", Loading build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ android { dependencies { implementation("androidx.gridlayout:gridlayout:1.0.0") implementation("androidx.webkit:webkit:1.7.0-alpha02") implementation("com.google.android.material:material:1.11.0") implementation("com.google.android.material:material:1.14.0-alpha09") implementation("com.hp:crcalc:1.0") } Loading res/layout-land/input_pad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ android:id="@+id/del" style="@style/PadButtonStyle.Image" android:contentDescription="@string/desc_del" android:theme="@style/Theme.Button.Numeric" android:theme="@style/Theme.Button.Clear" app:icon="@drawable/ic_del" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/columnGuide3" Loading res/layout/input_pad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ android:id="@+id/del" style="@style/PadButtonStyle.Image" android:contentDescription="@string/desc_del" android:theme="@style/Theme.Button.Numeric" android:theme="@style/Theme.Button.Clear" app:icon="@drawable/ic_del" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/columnGuide3" Loading res/values/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ <item name="android:textSize">@dimen/result_textsize</item> </style> <style name="PadButtonStyle" parent="Widget.Material3.Button"> <style name="PadButtonStyle" parent="Widget.Material3Expressive.Button"> <item name="android:layout_width">0dip</item> <item name="android:layout_height">0dip</item> <item name="android:gravity">center</item> Loading Loading
Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ android_app { static_libs: [ // DO NOT EDIT THIS SECTION MANUALLY "androidx.graphics_graphics-shapes", "androidx.gridlayout_gridlayout", "androidx.webkit_webkit", "com.google.android.material_material", Loading
build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ android { dependencies { implementation("androidx.gridlayout:gridlayout:1.0.0") implementation("androidx.webkit:webkit:1.7.0-alpha02") implementation("com.google.android.material:material:1.11.0") implementation("com.google.android.material:material:1.14.0-alpha09") implementation("com.hp:crcalc:1.0") } Loading
res/layout-land/input_pad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ android:id="@+id/del" style="@style/PadButtonStyle.Image" android:contentDescription="@string/desc_del" android:theme="@style/Theme.Button.Numeric" android:theme="@style/Theme.Button.Clear" app:icon="@drawable/ic_del" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/columnGuide3" Loading
res/layout/input_pad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -203,7 +203,7 @@ android:id="@+id/del" style="@style/PadButtonStyle.Image" android:contentDescription="@string/desc_del" android:theme="@style/Theme.Button.Numeric" android:theme="@style/Theme.Button.Clear" app:icon="@drawable/ic_del" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/columnGuide3" Loading
res/values/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ <item name="android:textSize">@dimen/result_textsize</item> </style> <style name="PadButtonStyle" parent="Widget.Material3.Button"> <style name="PadButtonStyle" parent="Widget.Material3Expressive.Button"> <item name="android:layout_width">0dip</item> <item name="android:layout_height">0dip</item> <item name="android:gravity">center</item> Loading