Remove appbar overlay style

This commit is contained in:
Phillip Hsu 2016-09-27 02:24:47 -07:00
parent 9d5aec2439
commit 8043194957
4 changed files with 0 additions and 6 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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"/>

View File

@ -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>