mirror of
https://github.com/status-im/syng-client.git
synced 2025-02-23 08:28:07 +00:00
Gradient fill in toolbar
This commit is contained in:
parent
132f076fa6
commit
4cba522a2a
@ -134,7 +134,6 @@ public abstract class BaseActivity extends AppCompatActivity implements
|
||||
|
||||
mDrawerLayout.setDrawerListener(mDrawerToggle);
|
||||
|
||||
|
||||
mSearchTextView = (EditText) mDrawerLayout.findViewById(R.id.search);
|
||||
initSearch();
|
||||
|
||||
|
@ -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"-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user