mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-19 08:52:12 +00:00
Changelog: changed
This commit is contained in:
parent
e6159117f6
commit
19861fe812
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
android:orientation="vertical"
|
||||
android:paddingTop="10dp"
|
||||
android:animateLayoutChanges="true">
|
||||
<ScrollView
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
|
@ -152,13 +152,14 @@
|
|||
android:id="@+id/button_add_sources"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="10dp"
|
||||
app:buttonIcon="@drawable/ic_explore"
|
||||
app:buttonText="Add Sources"
|
||||
app:buttonSubText="Install new sources to see more content."
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue