added user ImageView stand alone
This commit is contained in:
parent
9c363a6b28
commit
762fb4dbbe
24 changed files with 215 additions and 261 deletions
|
@ -30,14 +30,17 @@
|
|||
app:layout_collapseMode="pin"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
<code.name.monkey.retromusic.views.CircularImageView
|
||||
<code.name.monkey.retromusic.views.UserImageView
|
||||
android:id="@+id/userImage"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="14dp"
|
||||
android:layout_weight="0"
|
||||
app:civ_border="false" />
|
||||
android:background="@android:color/transparent"
|
||||
app:civ_border="false"
|
||||
app:civ_border_width="0dp"
|
||||
app:civ_shadow="false" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/bannerTitle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue