1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 14:51:11 +01:00

added titles on top toolbar

This commit is contained in:
scoute-dich 2016-06-07 19:13:37 +02:00
parent 14d5f04e2f
commit b5cf37108e
15 changed files with 47 additions and 59 deletions

View file

@ -33,7 +33,6 @@
android:layout_width="fill_parent"
android:indeterminate="false"
android:layout_height="wrap_content"
android:maxHeight="4dip"
android:minHeight="4dip" />
android:layout_marginTop="-7dp" />
</RelativeLayout>

View file

@ -7,7 +7,6 @@
android:theme="@style/ThemeOverlay.AppCompat.Dark">
<ImageView
android:id="@+id/navheader_background_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"

View file

@ -22,7 +22,6 @@
</android.support.design.widget.AppBarLayout>
<RelativeLayout
android:id="@+id/podsLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"