mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 1416261 - Use android:theme, as app:theme has been deprecated. r=jwu
MozReview-Commit-ID: Iuf4NfCWnyc --HG-- extra : rebase_source : 384b48cbdaef0c6ac8eefb661f869a249b977f3d
This commit is contained in:
parent
988457f958
commit
bbc847a79b
@ -16,10 +16,10 @@
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?actionBarSize"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
android:background="@color/text_and_tabs_tray_grey"
|
||||
app:navigationIcon="@drawable/abc_ic_clear_mtrl_alpha"
|
||||
app:subtitleTextColor="@android:color/white"
|
||||
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:title="@string/bookmark_add_folder"
|
||||
app:titleTextColor="@android:color/white" />
|
||||
|
||||
|
@ -15,11 +15,11 @@
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="56dp"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
android:background="@color/text_and_tabs_tray_grey"
|
||||
android:minHeight="?actionBarSize"
|
||||
app:navigationIcon="@drawable/abc_ic_clear_mtrl_alpha"
|
||||
app:subtitleTextColor="@android:color/white"
|
||||
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:titleTextColor="@android:color/white" />
|
||||
|
||||
<ScrollView
|
||||
|
@ -15,10 +15,10 @@
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?actionBarSize"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
android:background="@color/text_and_tabs_tray_grey"
|
||||
app:navigationIcon="@drawable/abc_ic_ab_back_mtrl_am_alpha"
|
||||
app:subtitleTextColor="@android:color/white"
|
||||
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:title="@string/bookmark_select_folder" />
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
|
Loading…
Reference in New Issue
Block a user