Skip to content

Commit 1402bb1

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Add carrier info back to notification drawer."
2 parents d88110d + 4222c2e commit 1402bb1

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

packages/SystemUI/res/layout/status_bar_tracking.xml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,21 @@
2626
android:paddingRight="0px"
2727
>
2828

29-
<View
30-
android:layout_width="match_parent"
31-
android:layout_height="wrap_content"
32-
android:layout_weight="1"
33-
android:background="@drawable/notification_tracking_bg"
34-
/>
29+
<FrameLayout
30+
android:layout_width="match_parent"
31+
android:layout_height="wrap_content"
32+
android:layout_weight="1"
33+
android:background="@drawable/notification_tracking_bg"
34+
>
35+
<com.android.systemui.statusbar.phone.CarrierLabel
36+
android:textAppearance="@style/TextAppearance.StatusBar.Clock"
37+
android:layout_height="wrap_content"
38+
android:layout_width="match_parent"
39+
android:layout_gravity="bottom"
40+
android:gravity="center"
41+
android:paddingBottom="20dp"
42+
/>
43+
</FrameLayout>
3544

3645
<com.android.systemui.statusbar.phone.CloseDragHandle android:id="@+id/close"
3746
android:layout_width="match_parent"

0 commit comments

Comments
 (0)