Disable rtl in calculator view

This commit is contained in:
Naveen 2022-09-19 01:42:41 +05:30
parent 48e6e81338
commit 6f70eec7f2
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hapticFeedbackEnabled="true"
android:layoutDirection="ltr"
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

View file

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hapticFeedbackEnabled="true"
android:layoutDirection="ltr"
android:orientation="vertical"
tools:ignore="HardcodedText">