Browse Source

Changed Toolbar arrow color

Tiny drawer tweak
pull/24/head
Ezerous 8 years ago
parent
commit
0efb142483
  1. 2
      app/src/main/java/gr/thmmy/mthmmy/activities/BaseActivity.java
  2. 1
      app/src/main/res/values/styles.xml

2
app/src/main/java/gr/thmmy/mthmmy/activities/BaseActivity.java

@ -137,7 +137,7 @@ public class BaseActivity extends AppCompatActivity
@Override @Override
public boolean onProfileChanged(View view, IProfile profile, boolean currentProfile) { public boolean onProfileChanged(View view, IProfile profile, boolean currentProfile) {
//TODO: display profile stuff //TODO: display profile stuff
return false; return true; //don't close drawer (for now)
} }
}) })
.build(); .build();

1
app/src/main/res/values/styles.xml

@ -28,6 +28,7 @@
<style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Light"> <style name="ToolbarTheme" parent="ThemeOverlay.AppCompat.Light">
<item name="android:textColorPrimary">@android:color/white</item> <item name="android:textColorPrimary">@android:color/white</item>
<item name="android:colorBackground">@color/colorPrimary</item> <item name="android:colorBackground">@color/colorPrimary</item>
<item name="colorControlNormal">@android:color/white</item>
</style> </style>
<style name="AppTheme.Dark.Dialog" parent="Theme.AppCompat.Dialog"> <style name="AppTheme.Dark.Dialog" parent="Theme.AppCompat.Dialog">

Loading…
Cancel
Save