mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-20 01:11:34 +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:orientation="vertical"
|
||||||
android:paddingTop="10dp"
|
android:paddingTop="10dp"
|
||||||
android:animateLayoutChanges="true">
|
android:animateLayoutChanges="true">
|
||||||
<ScrollView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -152,13 +152,14 @@
|
||||||
android:id="@+id/button_add_sources"
|
android:id="@+id/button_add_sources"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginBottom="10dp"
|
||||||
app:buttonIcon="@drawable/ic_explore"
|
app:buttonIcon="@drawable/ic_explore"
|
||||||
app:buttonText="Add Sources"
|
app:buttonText="Add Sources"
|
||||||
app:buttonSubText="Install new sources to see more content."
|
app:buttonSubText="Install new sources to see more content."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue