Remove appbar overlay style
This commit is contained in:
parent
9d5aec2439
commit
8043194957
@ -13,7 +13,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/AppTheme.AppBarOverlay"
|
||||
app:popupTheme="?themedPopupOverlay"
|
||||
app:contentInsetStart="72dp">
|
||||
|
||||
@ -49,7 +48,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:theme="@style/AppTheme.AppBarOverlay"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginBottom="28dp">
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/AppTheme.AppBarOverlay"
|
||||
android:layout_alignParentTop="true"
|
||||
android:paddingBottom="16dp">
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/AppTheme.AppBarOverlay"
|
||||
app:popupTheme="?themedPopupOverlay"/>
|
||||
|
||||
<include layout="@layout/content_settings"/>
|
||||
|
||||
@ -40,8 +40,6 @@
|
||||
<style name="AppTheme.Dark" parent="BaseAppTheme.Dark">
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
|
||||
|
||||
<style name="NumberButton">
|
||||
<item name="android:layout_width">0dp</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user