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

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