Skip to content

Commit

Permalink
SystemUIGoogle: Fix now playing text alignment
Browse files Browse the repository at this point in the history
Change-Id: I18f344bb7dfcc8e54e73dc97a538fa54c091bde9
Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
  • Loading branch information
SKULSHADY authored and basamaryan committed Aug 8, 2023
1 parent b5950a8 commit efa5b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SystemUIGoogle/res/layout/ambient_indication_inner.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@id/ambient_indication"
android:layout_width="fill_parent"
Expand Down Expand Up @@ -52,4 +52,4 @@
android:scaleType="fitXY"
android:visibility="gone" />

</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit efa5b87

Please sign in to comment.