Fix PR review
Make all of the uploader section on stream page navigate to the channel page Extract hard coded strings Remove redundant spaces Fix open streams from a channel Rename "ParentChannel" to "SubChannel" Config royosef:NewPipeExtractor in app/build.gradle
This commit is contained in:
parent
f2edfe399d
commit
fb2c8bbd69
11 changed files with 87 additions and 97 deletions
|
|
@ -40,7 +40,7 @@
|
|||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/parent_channel_avatar_view"
|
||||
android:id="@+id/sub_channel_avatar_view"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_gravity="bottom|right"
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
tools:text="Lorem ipsum dolor" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/parent_channel_title_view"
|
||||
android:id="@+id/sub_channel_title_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/channel_title_view"
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
android:id="@+id/channel_subscriber_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/parent_channel_title_view"
|
||||
android:layout_below="@id/sub_channel_title_view"
|
||||
android:layout_alignLeft="@id/channel_title_view"
|
||||
android:layout_alignRight="@id/channel_title_view"
|
||||
android:ellipsize="end"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue