Add new theme to Channel view

This commit is contained in:
Ivan Agosto 2024-03-22 17:20:42 -06:00
parent 815bafaee1
commit ba0a298ea9
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.P2play">
<activity android:name=".ChannelActivity"
android:theme="@style/P2playTheme.noBar" />
android:theme="@style/Theme.P2play.NoActionBar" />
<activity
android:name=".SplashActivity"
android:theme="@style/Theme.P2play.NoActionBar">

View File

@ -144,8 +144,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/listVideosChannel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none" />
android:layout_height="wrap_content" />
</LinearLayout>
</ScrollView>