Navigation between screens without previous states showing.

This commit is contained in:
Ivan Murashov
2018-03-09 08:30:07 +03:00
parent 58e58671de
commit ff72bd5403
5 changed files with 53 additions and 28 deletions

View File

@@ -15,15 +15,13 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="56dp"
android:layout_weight="0.5"
android:background="#с0000000" />
android:layout_weight="0.5"/>
<View
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="56dp"
android:layout_weight="0.5"
android:background="#с0000000" />
android:layout_weight="0.5" />
</LinearLayout>