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:
parent
14d5f04e2f
commit
b5cf37108e
15 changed files with 47 additions and 59 deletions
|
|
@ -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>
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue