Toolbar title removed TextView

This commit is contained in:
h4h13 2019-05-21 01:08:43 +05:30
parent 762fb4dbbe
commit 46a03aa65d
32 changed files with 147 additions and 224 deletions

View file

@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:orientation="vertical">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<include layout="@layout/card_credit"/>
<include layout="@layout/card_credit" />
<include layout="@layout/card_retro_info"/>
<include layout="@layout/card_retro_info" />
<include layout="@layout/card_social"/>
<include layout="@layout/card_social" />
<include layout="@layout/card_other"/>
<include layout="@layout/card_other" />
</LinearLayout>