Gradient fill in toolbar

This commit is contained in:
Yaroslav Berezanskyi 2015-08-11 15:15:05 +03:00
parent 132f076fa6
commit 4cba522a2a
2 changed files with 1 additions and 2 deletions

View File

@ -134,7 +134,6 @@ public abstract class BaseActivity extends AppCompatActivity implements
mDrawerLayout.setDrawerListener(mDrawerToggle);
mSearchTextView = (EditText) mDrawerLayout.findViewById(R.id.search);
initSearch();

View File

@ -4,7 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@android:color/transparent"
android:background="@drawable/fill"
app:theme="@style/ThemeOverlay.AppCompat.Dark"/>
<!--app:popupTheme="@style/ThemeOverlay.AppCompat.Light"-->