Merged 'dev' branch
This commit is contained in:
commit
88aa5019f9
81 changed files with 2909 additions and 842 deletions
|
|
@ -12,6 +12,6 @@
|
|||
android:inputType="text"
|
||||
android:maxLines="1"
|
||||
android:layout_margin="10dp"
|
||||
android:hint="@string/playlist_name_input"/>
|
||||
android:hint="@string/name"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:gravity="center_vertical"
|
||||
android:hint="@string/feed_group_dialog_name_input"
|
||||
android:hint="@string/name"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
app:errorEnabled="true"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@
|
|||
android:layout_marginRight="10dp"
|
||||
android:saveEnabled="true"
|
||||
android:inputType="text"
|
||||
android:hint="@string/playlist_name_input"
|
||||
android:hint="@string/name"
|
||||
android:maxLines="1"/>
|
||||
</RelativeLayout>
|
||||
|
|
@ -27,6 +27,6 @@
|
|||
android:switchPadding="5dp"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@android:color/tab_indicator_text"
|
||||
android:text="@string/autoplay_title" />
|
||||
android:text="@string/auto_queue_toggle" />
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue