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

Commit 932d156a authored by hughchen's avatar hughchen
Browse files

Change text size of header title in advanced bluetooth

1. change the text size of header title
2. Set gravity of header title as "center"

Bug: 138633953
Test: manually
Change-Id: I358c6a10e3cb97b46c3b8f6d50f7046414ddfb13
parent 5f10a9a9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -38,10 +38,12 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:gravity="center"
        android:singleLine="false"
        android:ellipsize="marquee"
        android:textDirection="locale"
        android:layout_marginTop="24dp"/>
        android:layout_marginTop="24dp"
        android:textSize="@dimen/advanced_bluetooth_header_title_text_size"/>

    <LinearLayout
        android:layout_width="wrap_content"
+3 −0
Original line number Diff line number Diff line
@@ -412,4 +412,7 @@

    <!-- System navigation settings illustration height -->
    <dimen name="system_navigation_illustration_height">320dp</dimen>

    <!-- Header title size of advanced bluetooth device -->
    <dimen name="advanced_bluetooth_header_title_text_size">16sp</dimen>
</resources>