Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cb1786b authored by Steve Elliott's avatar Steve Elliott Committed by android-build-merger
Browse files

Merge "Support RTL in notification section header" into qt-dev

am: f4fd4884

Change-Id: I7d06445997b5104c184d9f90d24fa211b5484d06
parents 2633f596 f4fd4884
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_weight="1"
            android:layout_marginLeft="@dimen/notification_section_header_padding_left"
            android:layout_marginStart="@dimen/notification_section_header_padding_left"
            android:text="@string/notification_section_header_gentle"
            android:text="@string/notification_section_header_gentle"
            android:textSize="12sp"
            android:textSize="12sp"
            android:textColor="@color/notification_section_header_label_color"
            android:textColor="@color/notification_section_header_label_color"
@@ -52,7 +52,7 @@
            android:id="@+id/btn_clear_all"
            android:id="@+id/btn_clear_all"
            android:layout_width="@dimen/notification_section_header_height"
            android:layout_width="@dimen/notification_section_header_height"
            android:layout_height="@dimen/notification_section_header_height"
            android:layout_height="@dimen/notification_section_header_height"
            android:layout_marginRight="4dp"
            android:layout_marginEnd="4dp"
            android:src="@drawable/status_bar_notification_section_header_clear_btn"
            android:src="@drawable/status_bar_notification_section_header_clear_btn"
            android:contentDescription="@string/accessibility_notification_section_header_gentle_clear_all"
            android:contentDescription="@string/accessibility_notification_section_header_gentle_clear_all"
            />
            />