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

Commit 25205072 authored by Tony Huang's avatar Tony Huang Committed by android-build-merger
Browse files

Merge "Update some title text style" into qt-dev

am: 8828d1df

Change-Id: I32f5e68acac0e989e3d3b0c67177d5815cc37693
parents 0d8b6074 8828d1df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
        android:theme="?actionBarTheme"
        android:popupTheme="?actionBarPopupTheme"
        android:elevation="3dp"
        app:titleTextAppearance="@style/ToolbarTitle"
        app:layout_collapseMode="pin">

        <TextView
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
            android:theme="?actionBarTheme"
            android:popupTheme="?actionBarPopupTheme"
            android:elevation="3dp"
            app:titleTextAppearance="@style/ToolbarTitle"
            app:layout_collapseMode="pin">

            <TextView
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
     floating action buttons) to operate correctly. -->
<androidx.coordinatorlayout.widget.CoordinatorLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/coordinator_layout"
@@ -36,7 +37,8 @@
            android:background="?android:attr/colorBackground"
            android:elevation="3dp"
            android:theme="?actionBarTheme"
            android:popupTheme="?actionBarPopupTheme">
            android:popupTheme="?actionBarPopupTheme"
            app:titleTextAppearance="@style/ToolbarTitle">

            <TextView
                android:id="@+id/searchbar_title"
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
                android:background="?android:attr/colorBackground"
                android:theme="?actionBarTheme"
                app:title="@string/inspector_title"
                app:titleTextAppearance="@style/ToolbarTitle"
                app:layout_collapseMode="pin">
            </androidx.appcompat.widget.Toolbar>
        </com.google.android.material.appbar.CollapsingToolbarLayout>
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
        android:paddingBottom="25dp"
        android:layout_gravity="center_vertical"
        android:clickable="false"
        android:textAppearance="?attr/textAppearanceHeadline6"
        android:textAppearance="@style/ToolbarTitle"
        android:textAlignment="viewStart"
        android:textIsSelectable="true"/>
</LinearLayout>
 No newline at end of file
Loading