put tabs on top

This commit is contained in:
Christian Schabesberger 2017-10-25 15:20:57 +02:00
parent 4db3bd3270
commit 9a073713bb
12 changed files with 395 additions and 343 deletions

View file

@ -35,4 +35,10 @@
android:visibility="gone"
tools:visibility="visible"/>
<View
android:layout_width="match_parent"
android:layout_height="4dp"
android:background="?attr/toolbar_shadow_drawable"
android:layout_alignParentTop="true"/>
</RelativeLayout>