1
0
mirror of https://github.com/ponces/treble_aosp.git synced 2024-11-24 08:36:24 +00:00
treble_aosp/patches/personal/platform_frameworks_base/0005-SystemUI-fix-SliceView-layout.patch

30 lines
1.1 KiB
Diff

From e69cdc79b594a26c7eb42564a5a1fcbb8afca848 Mon Sep 17 00:00:00 2001
From: Anay Wadhera <anay1018@gmail.com>
Date: Sun, 13 Nov 2022 10:42:03 -0500
Subject: [PATCH 05/10] SystemUI: fix SliceView layout
Before: https://imgur.com/a/wIwyMJS
After: https://imgur.com/a/dJPVMxS
Change-Id: Ib5fb2e3b9c0f3948bc3e88c2333df816bde265f8
---
packages/SystemUI/res-keyguard/layout/keyguard_slice_view.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_slice_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_slice_view.xml
index 7c5dbc24..64657547 100644
--- a/packages/SystemUI/res-keyguard/layout/keyguard_slice_view.xml
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_slice_view.xml
@@ -38,7 +38,7 @@
android:id="@+id/row"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal"
+ android:orientation="vertical"
android:gravity="start"
/>
</com.android.keyguard.KeyguardSliceView>
--
2.34.1