mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-02-16 12:00:42 +01:00
Fix issue #76
This commit is contained in:
parent
564cda58a5
commit
3351ef7d91
@ -27,7 +27,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fitsSystemWindows="true"
|
android:fitsSystemWindows="true"
|
||||||
app:theme="@style/ThemeOverlay.AppCompat.Light">
|
app:theme="@style/popupTheme">
|
||||||
|
|
||||||
<com.google.android.material.appbar.CollapsingToolbarLayout
|
<com.google.android.material.appbar.CollapsingToolbarLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -35,8 +36,9 @@
|
|||||||
app:contentScrim="?attr/colorPrimary"
|
app:contentScrim="?attr/colorPrimary"
|
||||||
app:expandedTitleMarginEnd="64dp"
|
app:expandedTitleMarginEnd="64dp"
|
||||||
app:expandedTitleMarginStart="48dp"
|
app:expandedTitleMarginStart="48dp"
|
||||||
android:background="@color/white"
|
android:background="?android:colorBackground"
|
||||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:layout_marginStart="@dimen/fab_margin"
|
android:layout_marginStart="@dimen/fab_margin"
|
||||||
android:layout_marginEnd="@dimen/fab_margin"
|
android:layout_marginEnd="@dimen/fab_margin"
|
||||||
@ -50,7 +52,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent">
|
app:layout_constraintEnd_toEndOf="parent">
|
||||||
<com.mancj.materialsearchbar.MaterialSearchBar
|
<com.mancj.materialsearchbar.MaterialSearchBar
|
||||||
style="@style/MaterialSearchBarLight"
|
style="@style/searchBarSepia"
|
||||||
app:mt_speechMode="false"
|
app:mt_speechMode="false"
|
||||||
app:mt_hint="@string/sepia_search_hint"
|
app:mt_hint="@string/sepia_search_hint"
|
||||||
app:mt_maxSuggestionsCount="10"
|
app:mt_maxSuggestionsCount="10"
|
||||||
|
@ -20,9 +20,13 @@
|
|||||||
<item name="android:textColor">?attr/colorOnBackground</item>
|
<item name="android:textColor">?attr/colorOnBackground</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark"/>
|
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark" />
|
||||||
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Dark"/>
|
|
||||||
|
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Dark" />
|
||||||
|
|
||||||
<style name="progress" parent="SpinKitView.Circle" />
|
<style name="progress" parent="SpinKitView.Circle" />
|
||||||
|
|
||||||
<style name="progressBottom" parent="SpinKitView.ThreeBounce" />
|
<style name="progressBottom" parent="SpinKitView.ThreeBounce" />
|
||||||
|
|
||||||
|
<style name="searchBarSepia" parent="MaterialSearchBarDark" />
|
||||||
</resources>
|
</resources>
|
@ -20,10 +20,14 @@
|
|||||||
<item name="backgroundView">@color/white</item>
|
<item name="backgroundView">@color/white</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark"/>
|
<style name="theme" parent="@style/ThemeOverlay.AppCompat.Dark" />
|
||||||
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Light"/>
|
|
||||||
|
<style name="popupTheme" parent="@style/ThemeOverlay.AppCompat.Light" />
|
||||||
|
|
||||||
<style name="progress" parent="SpinKitView.Circle" />
|
<style name="progress" parent="SpinKitView.Circle" />
|
||||||
|
|
||||||
<style name="progressBottom" parent="SpinKitView.ThreeBounce" />
|
<style name="progressBottom" parent="SpinKitView.ThreeBounce" />
|
||||||
|
|
||||||
|
<style name="searchBarSepia" parent="MaterialSearchBarLight" />
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user