Adjust sub-channel thumbnail size
This commit is contained in:
parent
c9c1320da6
commit
a65b783ca6
5 changed files with 10 additions and 8 deletions
|
|
@ -39,8 +39,8 @@
|
|||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/sub_channel_avatar_view"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_width="@dimen/sub_channel_avatar_size"
|
||||
android:layout_height="@dimen/sub_channel_avatar_size"
|
||||
android:layout_gravity="bottom|right"
|
||||
android:src="@drawable/buddy"
|
||||
android:visibility="gone"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue