Toolbar title removed TextView
This commit is contained in:
parent
762fb4dbbe
commit
46a03aa65d
32 changed files with 147 additions and 224 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue