Fixed app theme

This commit is contained in:
sjaramillo10 2017-11-21 20:27:27 -06:00 committed by Severiano Jaramillo
parent c2a6ae7835
commit 5f7c52e6c9

View file

@ -5,6 +5,7 @@
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:theme="@style/AppTheme.NoActionBar"
android:fitsSystemWindows="true">
<android.support.design.widget.AppBarLayout