mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
feat: adds sync starred albums functionality #66
This commit is contained in:
parent
cc5abd150a
commit
f854f49686
9 changed files with 231 additions and 7 deletions
14
app/src/main/res/layout/dialog_starred_album_sync.xml
Normal file
14
app/src/main/res/layout/dialog_starred_album_sync.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<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/starred_album_sync_dialog_summary" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue