mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 08:30:44 +00:00
Fix typo in "playlist_ctrl_seperator_margin"
Rename to "playlist_ctrl_separator_margin"
This commit is contained in:
parent
adfbf5b49f
commit
fc342bd458
@ -35,8 +35,8 @@
|
|||||||
android:id="@+id/anchorLeft"
|
android:id="@+id/anchorLeft"
|
||||||
android:layout_width="1dp"
|
android:layout_width="1dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginTop="@dimen/playlist_ctrl_seperator_margin"
|
android:layout_marginTop="@dimen/playlist_ctrl_separator_margin"
|
||||||
android:layout_marginBottom="@dimen/playlist_ctrl_seperator_margin"
|
android:layout_marginBottom="@dimen/playlist_ctrl_separator_margin"
|
||||||
android:background="?attr/colorAccent"
|
android:background="?attr/colorAccent"
|
||||||
android:clickable="false" />
|
android:clickable="false" />
|
||||||
|
|
||||||
@ -63,8 +63,8 @@
|
|||||||
android:id="@+id/anchorRight"
|
android:id="@+id/anchorRight"
|
||||||
android:layout_width="1dp"
|
android:layout_width="1dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginTop="@dimen/playlist_ctrl_seperator_margin"
|
android:layout_marginTop="@dimen/playlist_ctrl_separator_margin"
|
||||||
android:layout_marginBottom="@dimen/playlist_ctrl_seperator_margin"
|
android:layout_marginBottom="@dimen/playlist_ctrl_separator_margin"
|
||||||
android:background="?attr/colorAccent"
|
android:background="?attr/colorAccent"
|
||||||
android:clickable="false" />
|
android:clickable="false" />
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
<!-- Playlist View Dimensions-->
|
<!-- Playlist View Dimensions-->
|
||||||
<dimen name="playlist_item_thumbnail_stream_count_width">60dp</dimen>
|
<dimen name="playlist_item_thumbnail_stream_count_width">60dp</dimen>
|
||||||
<dimen name="playlist_ctrl_height">50dp</dimen>
|
<dimen name="playlist_ctrl_height">50dp</dimen>
|
||||||
<dimen name="playlist_ctrl_seperator_margin">10dp</dimen>
|
<dimen name="playlist_ctrl_separator_margin">10dp</dimen>
|
||||||
<!-- Text Size -->
|
<!-- Text Size -->
|
||||||
<dimen name="playlist_item_title_text_size">14sp</dimen>
|
<dimen name="playlist_item_title_text_size">14sp</dimen>
|
||||||
<dimen name="playlist_detail_title_text_size">16sp</dimen>
|
<dimen name="playlist_detail_title_text_size">16sp</dimen>
|
||||||
|
Loading…
Reference in New Issue
Block a user