diff options
| author | Albin <albin@mullvad.net> | 2023-07-25 09:11:17 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-07-25 09:11:17 +0200 |
| commit | 2db0704b43b17defa9af36c8b1459f2cab7d1b18 (patch) | |
| tree | fa4d3912d856881e18c059a532ec999f7ae020ba /android | |
| parent | c6c09e0fc9e2e5d36d4446e605d5d8fc41e486fc (diff) | |
| parent | 2d9a2239e028a7296ef11666b57e9a0ea9b53718 (diff) | |
| download | mullvadvpn-2db0704b43b17defa9af36c8b1459f2cab7d1b18.tar.xz mullvadvpn-2db0704b43b17defa9af36c8b1459f2cab7d1b18.zip | |
Merge branch 'fix-notification-alignment'
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/layout/notification_banner.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/src/main/res/layout/notification_banner.xml b/android/app/src/main/res/layout/notification_banner.xml index fda78b3ef8..0c420431a1 100644 --- a/android/app/src/main/res/layout/notification_banner.xml +++ b/android/app/src/main/res/layout/notification_banner.xml @@ -10,7 +10,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:layout_alignParentEnd="true" + android:layout_alignParentStart="true" android:layout_alignBottom="@id/notification_title"> <ImageView android:id="@+id/notification_status" android:layout_width="wrap_content" @@ -43,7 +43,7 @@ <ImageView android:id="@+id/notification_icon" android:layout_width="20dp" android:layout_height="20dp" - android:layout_alignParentStart="true" + android:layout_alignParentEnd="true" android:layout_centerVertical="true" android:alpha="0.6" android:padding="4dp" |
