mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: show download button only if there are music files in the current directory fragment
This commit is contained in:
parent
ed30198c8d
commit
75980ee18b
5 changed files with 122 additions and 7 deletions
15
app/src/main/res/layout/dialog_download_directory.xml
Normal file
15
app/src/main/res/layout/dialog_download_directory.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:text="@string/download_directory_dialog_summary" />
|
||||
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue