Skip to content

Commit

Permalink
Fix issues with location permission dialog on Huawei variant (#2290)
Browse files Browse the repository at this point in the history
* Fixed the problem of the permission application page UI being stretched on the pad
* Fixed the problem of text not displaying in dark mode of the page
  • Loading branch information
DaVinci9196 committed Apr 29, 2024
1 parent 1622fd8 commit 1175584
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:id="@+id/hint_content_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/darker_gray"
android:text="@string/permission_hint"
android:textSize="16sp" />

Expand Down Expand Up @@ -70,10 +71,11 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="300dp"
android:layout_marginTop="5dp"
android:layout_marginStart="25dp"
android:layout_marginEnd="25dp"
android:background="@drawable/permission_step_2"
android:scaleType="fitCenter" />
android:scaleType="fitCenter"
android:src="@drawable/permission_step_2" />

</LinearLayout>

Expand Down

0 comments on commit 1175584

Please sign in to comment.